]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: omap: fix mmc_omap_report_irq to use dev_dbg macros
authorVenkatraman S <svenkatr@ti.com>
Tue, 7 Aug 2012 13:33:01 +0000 (19:03 +0530)
committerChris Ball <cjb@laptop.org>
Tue, 4 Sep 2012 17:58:22 +0000 (13:58 -0400)
commit75d569d343bdb759105477ea9876cbd62e43d103
tree338bac4ce6771b7ed5654e009744cac7ff14a87c
parent2976837c6ea8c852389b99e6e1a6f91ccd21fba1
mmc: omap: fix mmc_omap_report_irq to use dev_dbg macros

The function mmc_omap_report_irq uses raw printks and the actual output
was disabled by a static variable. Make the function use dev_vdbg macro
and use it under the standard CONFIG_MMC_DEBUG flag.

Signed-off-by: Venkatraman S <svenkatr@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/omap.c