diff mbox

+ mmc-sdhci-make-consistent-use-of-config_mmc_debug-for-debugging.patch added to -mm tree

Message ID 201008271929.o7RJTxFF011390@imap1.linux-foundation.org (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Andrew Morton Aug. 27, 2010, 7:29 p.m. UTC
None
diff mbox

Patch

diff -puN drivers/mmc/host/sdhci.c~mmc-sdhci-make-consistent-use-of-config_mmc_debug-for-debugging drivers/mmc/host/sdhci.c
--- a/drivers/mmc/host/sdhci.c~mmc-sdhci-make-consistent-use-of-config_mmc_debug-for-debugging
+++ a/drivers/mmc/host/sdhci.c
@@ -1440,7 +1440,7 @@  static void sdhci_cmd_irq(struct sdhci_h
 		sdhci_finish_command(host);
 }
 
-#ifdef DEBUG
+#ifdef CONFIG_MMC_DEBUG
 static void sdhci_show_adma_error(struct sdhci_host *host)
 {
 	const char *name = mmc_hostname(host->mmc);