aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/sh_mmcif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sh_mmcif.c b/drivers/mmc/host/sh_mmcif.c
index 8b4e98e2b130..2ff3e4774b67 100644
--- a/drivers/mmc/host/sh_mmcif.c
+++ b/drivers/mmc/host/sh_mmcif.c
@@ -982,7 +982,7 @@ static void sh_mmcif_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
982 } 982 }
983 } 983 }
984 if (host->power) { 984 if (host->power) {
985 pm_runtime_put(&host->pd->dev); 985 pm_runtime_put_sync(&host->pd->dev);
986 clk_disable(host->hclk); 986 clk_disable(host->hclk);
987 host->power = false; 987 host->power = false;
988 if (ios->power_mode == MMC_POWER_OFF) 988 if (ios->power_mode == MMC_POWER_OFF)