aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/core/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index 61c6c0b8f0e0..72e113e7f253 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -1829,6 +1829,7 @@ int mmc_resume_host(struct mmc_host *host)
1829 err = 0; 1829 err = 0;
1830 } 1830 }
1831 } 1831 }
1832 host->pm_flags &= ~MMC_PM_KEEP_POWER;
1832 mmc_bus_put(host); 1833 mmc_bus_put(host);
1833 1834
1834 return err; 1835 return err;