diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c index 222466df66ffd6819129810e7696ccb861209125..c5e3c9bf6fddd26b7fe0269a8024f430dab5236c 100644 --- a/drivers/mmc/core/core.c +++ b/drivers/mmc/core/core.c @@ -1452,9 +1452,10 @@ void mmc_rescan(struct work_struct *work) mmc_release_host(host); goto out; } +#ifdef CONFIG_MMC_DEBUG pr_info("%s: %s: trying to init card at %u Hz\n", mmc_hostname(host), __func__, host->f_init); - +#endif mmc_power_up(host); sdio_reset(host); mmc_go_idle(host);