OMAPDSS: Replace multi part debug prints with pr_debug
authorChandrabhanu Mahapatra <cmahapatra@ti.com>
Sat, 29 Sep 2012 07:03:05 +0000 (12:33 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 12 Oct 2012 11:15:30 +0000 (14:15 +0300)
commitf30be7d326671ec5691f83b6d473550ac002e008
tree74ad40194bffec47e77d3ab65165685b8d0f8da8
parent702d267eb8ec66e1b2cde9448fc5960315ed8662
OMAPDSS: Replace multi part debug prints with pr_debug

The various functions in dispc and dsi such as print_irq_status(),
print_irq_status_vc(), print_irq_status_cio() and _dsi_print_reset_status()
consist of a number of debug prints which need to be enabled all at once or none
at all. So, these debug prints in corresponding functions are replaced with one
dynamic debug enabled pr_debug() each.

Signed-off-by: Chandrabhanu Mahapatra <cmahapatra@ti.com>
Reviewed-by: Sumit Semwal <sumit.semwal@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dispc.c
drivers/video/omap2/dss/dsi.c