mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"ging
authorGeorge G. Davis <gdavis@mvista.com>
Thu, 18 Feb 2010 17:32:12 +0000 (12:32 -0500)
committerChris Ball <cjb@laptop.org>
Sat, 23 Oct 2010 13:11:13 +0000 (21:11 +0800)
commit0957c3339efa333b7895157eb18b9b578394f80c
tree9a54b9121f2eeb5d71422f094bd7f2865d71feee
parentc27d37aed0ba9159c34747b2e1e2c3eddac454f8
mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"ging

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>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.c