commit | 75d569d343bdb759105477ea9876cbd62e43d103 | [log] [tgz] |
---|---|---|
author | Venkatraman S <svenkatr@ti.com> | Tue Aug 07 19:03:01 2012 +0530 |
committer | Chris Ball <cjb@laptop.org> | Tue Sep 04 13:58:22 2012 -0400 |
tree | 338bac4ce6771b7ed5654e009744cac7ff14a87c | |
parent | 2976837c6ea8c852389b99e6e1a6f91ccd21fba1 [diff] |
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>