]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mmc/core/sdio_bus.c
sdio: split up common and function CIS parsing
[linux-2.6-omap-h63xx.git] / drivers / mmc / core / sdio_bus.c
index 78e0381f55ac9492c934e6169946a13cf14fef8a..461fe4837a9fe6fef8dff153ccdd226341ba63e2 100644 (file)
@@ -95,7 +95,7 @@ static void sdio_release_func(struct device *dev)
 {
        struct sdio_func *func = dev_to_sdio_func(dev);
 
-       sdio_free_cis(func);
+       sdio_free_func_cis(func);
 
        kfree(func);
 }