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

From: Arthur Othieno
Date: Tue Dec 30 2003 - 21:48:07 EST


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:/

Arthur
--
Linux is a true multitasking system. Are you?
-
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/