diff options
-rw-r--r-- | drivers/mmc/core/core.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 241ffb28351c..97e0624eb9b6 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c | |||
@@ -1569,6 +1569,11 @@ void mmc_rescan(struct work_struct *work) | |||
1569 | * Try SDMEM (but not MMC) even if SDIO | 1569 | * Try SDMEM (but not MMC) even if SDIO |
1570 | * is broken. | 1570 | * is broken. |
1571 | */ | 1571 | */ |
1572 | mmc_power_up(host); | ||
1573 | sdio_reset(host); | ||
1574 | mmc_go_idle(host); | ||
1575 | mmc_send_if_cond(host, host->ocr_avail); | ||
1576 | |||
1572 | if (mmc_send_app_op_cond(host, 0, &ocr)) | 1577 | if (mmc_send_app_op_cond(host, 0, &ocr)) |
1573 | goto out_fail; | 1578 | goto out_fail; |
1574 | 1579 | ||