rk: restore file mode
[firefly-linux-kernel-4.4.55.git] / drivers / mmc / core / bus.c
old mode 100755 (executable)
new mode 100644 (file)
index 664a198..0669ed0
@@ -127,7 +127,7 @@ static void mmc_bus_shutdown(struct device *dev)
        struct mmc_driver *drv = to_mmc_driver(dev->driver);
        struct mmc_card *card = mmc_dev_to_card(dev);
        struct mmc_host *host = card->host;
-       int ret;
+       int ret = 0;
 
        if (dev->driver && drv->shutdown)
            drv->shutdown(card);