All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"ging
@ 2010-08-27 19:16 Chris Ball
  0 siblings, 0 replies; only message in thread
From: Chris Ball @ 2010-08-27 19:16 UTC (permalink / raw)
  To: linux-mmc; +Cc: George G. Davis, Ben Dooks, akpm

Hi,

This patch wasn't merged, but still applies -- Andrew, mind taking it?

- Chris.

Date: Thu, 18 Feb 2010 12:32:12 -0500
From: "George G. Davis" <gdavis@mvista.com>

The "6882a8c sdhci: Add better ADMA error reporting" commit added
sdhci_show_adma_error() which is built when DEBUG is defined.
Since we already have CONFIG_MMC_DEBUG used elsewhere in this driver,
may as well make consistent use of that config knob instead.

Signed-off-by: George G. Davis <gdavis@mvista.com>
Cc: Ben Dooks <ben-linux@fluff.org>
---
 drivers/mmc/host/sdhci.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
index c279fbc..6c2978c 100644
--- a/drivers/mmc/host/sdhci.c
+++ b/drivers/mmc/host/sdhci.c
@@ -1398,7 +1398,7 @@ static void sdhci_cmd_irq(struct sdhci_host *host, u32 intmask)
 		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);
-- 
1.6.3.3.311.g43dd

-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-27 19:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-27 19:16 [PATCH RESEND] mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"ging Chris Ball

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.