Re: [PATCH] drivers/cdrom/isp16.c check_region() fix - take 2
From: Omkhar Arasaratnam (omkhar_at_rogers.com)
Date: 12/31/03
- Previous message: Ben Collins: "Re: 2.6.1-rc1-mm1 - ieee1394 broken again?"
- In reply to: Arthur Othieno: "Re: [PATCH] drivers/cdrom/isp16.c check_region() fix - take 2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Dec 2003 11:31:34 -0500 To: Arthur Othieno <a.othieno@bluewin.ch>
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Ben Collins: "Re: 2.6.1-rc1-mm1 - ieee1394 broken again?"
- In reply to: Arthur Othieno: "Re: [PATCH] drivers/cdrom/isp16.c check_region() fix - take 2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]