| 1 | From 700cfcab7eee4a822be3fe0c8cfd77caac10bfed Mon Sep 17 00:00:00 2001 |
| 2 | From: Dima Zavin <dima@android.com> |
| 3 | Date: Wed, 25 Mar 2009 21:29:45 -0700 |
| 4 | Subject: [PATCH 108/134] mmc: sd: Remove debugging printk |
| 5 | |
| 6 | Signed-off-by: Dima Zavin <dima@android.com> |
| 7 | --- |
| 8 | drivers/mmc/core/sd.c | 1 - |
| 9 | 1 files changed, 0 insertions(+), 1 deletions(-) |
| 10 | |
| 11 | --- a/drivers/mmc/core/sd.c |
| 12 | +++ b/drivers/mmc/core/sd.c |
| 13 | @@ -574,7 +574,6 @@ static void mmc_sd_detect(struct mmc_hos |
| 14 | #ifdef CONFIG_MMC_PARANOID_SD_INIT |
| 15 | while(retries) { |
| 16 | err = mmc_send_status(host->card, NULL); |
| 17 | - printk("%s(%s): err = %d\n", __func__, mmc_hostname(host), err); |
| 18 | if (err) { |
| 19 | retries--; |
| 20 | udelay(5); |
| 21 | |