]> git.baikalelectronics.ru Git - kernel.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)
commit4dd55f6fa35fb037c210421d2a57d1ab5136b244
tree338bac4ce6771b7ed5654e009744cac7ff14a87c
parentf68651205d588e0175be5701359212f1469d1947
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