On Tue, Jan 12, 2010 at 08:34:54PM +0100, Wolfram Sang wrote: > ide_detach() called first ide_release() and then release_region(). This > produced the following warnings: > > Trying to free nonexistent resource <000000000000c10e-000000000000c10e> > Trying to free nonexistent resource <000000000000c100-000000000000c107> > > This is true, because the callchain inside ide_release() is: > > ide_release -> pcmcia_disable_device -> pcmcia_release_io > > So, the whole io-block is already gone for release_region(). To fix > this, just swap the order of releasing (and remove the now obsolete > shadowing). > > Signed-off-by: Wolfram Sang <w.sang@xxxxxxxxxxxxxx> > Cc: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> > Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Acked-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> Best, Dominik -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html