Re: [PATCH] drivers/cdrom/isp16.c check_region() fix - take 2

From: Omkhar Arasaratnam
Date: Wed Dec 31 2003 - 11:32:40 EST


On Wed, Dec 31, 2003 at 03:35:01AM +0100, Arthur Othieno wrote:
> On Mon, Dec 29, 2003 at 05:09:16PM -0500, Omkhar Arasaratnam wrote:
> > printk(KERN_INFO
> > "ISP16: cdrom interface set up with io base 0x%03X, irq %d, dma %d,"
> > " type %s.\n", isp16_cdrom_base, isp16_cdrom_irq,
> > isp16_cdrom_dma, isp16_cdrom_type);
> > return (0);
> > +:out
> > + release_region(ISP16_IO_BASE, ISP16_IO_SIZE);
> > + return (-EIO);
> > }
>
> s/:out/out:/

Good catch ;-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/