aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core/sd.c
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2011-11-28 11:54:12 -0500
committerNicolas Pitre <nicolas.pitre@linaro.org>2011-11-28 11:54:12 -0500
commit6374aead69779a82ad15158485de309f4704917c (patch)
tree0edc29adc44e780c1579a32681a571b9de530fbe /drivers/mmc/core/sd.c
parent65f7770b863360ac308a79e48c0afc9696dcd0e1 (diff)
parent999c1d6bc999d67657033ec780a561aa172c75a9 (diff)
Merge commit 'v3.0.9' into linaro-3.0
Diffstat (limited to 'drivers/mmc/core/sd.c')
-rw-r--r--drivers/mmc/core/sd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c
index ff2774128aa..bd8805c9e8a 100644
--- a/drivers/mmc/core/sd.c
+++ b/drivers/mmc/core/sd.c
@@ -1008,6 +1008,7 @@ static void mmc_sd_detect(struct mmc_host *host)
mmc_claim_host(host);
mmc_detach_bus(host);
+ mmc_power_off(host);
mmc_release_host(host);
}
}