aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/core/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index 828e60ea528c..0842f6829250 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -1143,6 +1143,8 @@ void mmc_stop_host(struct mmc_host *host)
1143 mmc_claim_host(host); 1143 mmc_claim_host(host);
1144 mmc_detach_bus(host); 1144 mmc_detach_bus(host);
1145 mmc_release_host(host); 1145 mmc_release_host(host);
1146 mmc_bus_put(host);
1147 return;
1146 } 1148 }
1147 mmc_bus_put(host); 1149 mmc_bus_put(host);
1148 1150