aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/core/core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index 222466df66f..c5e3c9bf6fd 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -1452,9 +1452,10 @@ void mmc_rescan(struct work_struct *work)
1452 mmc_release_host(host); 1452 mmc_release_host(host);
1453 goto out; 1453 goto out;
1454 } 1454 }
1455#ifdef CONFIG_MMC_DEBUG
1455 pr_info("%s: %s: trying to init card at %u Hz\n", 1456 pr_info("%s: %s: trying to init card at %u Hz\n",
1456 mmc_hostname(host), __func__, host->f_init); 1457 mmc_hostname(host), __func__, host->f_init);
1457 1458#endif
1458 mmc_power_up(host); 1459 mmc_power_up(host);
1459 sdio_reset(host); 1460 sdio_reset(host);
1460 mmc_go_idle(host); 1461 mmc_go_idle(host);