On Thu, 2010-10-28 at 17:08 +0200, Arnd Hannemann wrote: > > Index: wireless-testing/drivers/net/wireless/b43/sdio.c > > =================================================================== > > --- wireless-testing.orig/drivers/net/wireless/b43/sdio.c > > +++ wireless-testing/drivers/net/wireless/b43/sdio.c > > @@ -175,7 +175,9 @@ static void b43_sdio_remove(struct sdio_ > > struct b43_sdio *sdio = sdio_get_drvdata(func); > > > > ssb_bus_unregister(&sdio->ssb); > > + sdio_claim_host(func); > > sdio_disable_func(func); > > + sdio_release_host(func); > > kfree(sdio); > > sdio_set_drvdata(func, NULL); > > } > > > > Thanks, that fixes the warning. I'm OK with that patch. -- Greetings Michael. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html