summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/core/sd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c
index cc3c1d6682fa..48b800baaa3c 100644
--- a/drivers/mmc/core/sd.c
+++ b/drivers/mmc/core/sd.c
@@ -571,7 +571,6 @@ static void mmc_sd_detect(struct mmc_host *host)
#ifdef CONFIG_MMC_PARANOID_SD_INIT
while(retries) {
err = mmc_send_status(host->card, NULL);
- printk("%s(%s): err = %d\n", __func__, mmc_hostname(host), err);
if (err) {
retries--;
udelay(5);