summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisheng.Dong <b29396@freescale.com>2010-08-30 14:55:15 +0800
committerAisheng.Dong <b29396@freescale.com>2010-08-30 14:55:15 +0800
commitee45a9a0aec4fb3a74997a69cf07cd6beab6e866 (patch)
treef70e8160980f92cbe68d8c95e6f260f0dd8ae625
parenta5a62255fd11a6aaa3e843f564307682fa1a6645 (diff)
ENGR00126801 esdhc: remove dump registers during probe time
The driver can not dump registers during probe time because some clocks needed for register read/write are still not enabled or the system may hang. Signed-off-by: Aisheng.Dong <b29396@freescale.com>
-rw-r--r--drivers/mmc/host/mx_sdhci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mmc/host/mx_sdhci.c b/drivers/mmc/host/mx_sdhci.c
index 0a4970504463..72feaffaad14 100644
--- a/drivers/mmc/host/mx_sdhci.c
+++ b/drivers/mmc/host/mx_sdhci.c
@@ -2030,9 +2030,6 @@ static int __devinit sdhci_probe_slot(struct platform_device
}
mxc_dma_callback_set(host->dma, sdhci_dma_irq, (void *)host);
}
-#ifdef CONFIG_MMC_DEBUG
- sdhci_dumpregs(host);
-#endif
mmiowb();