]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mmc/core/bus.c
sdio: store vendor strings
[linux-2.6-omap-h63xx.git] / drivers / mmc / core / bus.c
index 1cc11714916f99c79e5fef1919f216319bfd0f02..733ac95331c733ce10e2ae27944d43375accc533 100644 (file)
@@ -187,6 +187,9 @@ static void mmc_release_card(struct device *dev)
 
        sdio_free_common_cis(card);
 
+       if (card->info)
+               kfree(card->info);
+
        kfree(card);
 }