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

From: Omkhar Arasaratnam (omkhar_at_rogers.com)
Date: 12/31/03

  • Next message: Ed Sweetman: "Re: 2.6.1-rc1 [resend]"
    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/


  • Next message: Ed Sweetman: "Re: 2.6.1-rc1 [resend]"