From: Venkatraman S Date: Tue, 7 Aug 2012 13:33:01 +0000 (+0530) Subject: mmc: omap: fix mmc_omap_report_irq to use dev_dbg macros X-Git-Tag: v3.7-rc1~69^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75d569d343bdb759105477ea9876cbd62e43d103;p=pandora-kernel.git 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 Acked-by: Felipe Balbi Signed-off-by: Chris Ball --- Reading git-diff-tree failed