diff options
| -rw-r--r-- | drivers/mmc/core/sd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c index 21836eac001e..65d7dbe1dea4 100644 --- a/drivers/mmc/core/sd.c +++ b/drivers/mmc/core/sd.c @@ -1159,6 +1159,8 @@ static void mmc_sd_detect(struct mmc_host *host) return; } + mmc_power_up(host, host->ocr_avail); + /* * Just check if our card has been removed. */ |
