From: Wolfram Sang <w.sang@xxxxxxxxxxxxxx> Date: Tue, 12 Jan 2010 20:34:54 +0100 > 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> Applied, thanks a lot! -- 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