OMAPDSS: Cleanup DSSDBG with dynamic pr_debug function
authorChandrabhanu Mahapatra <cmahapatra@ti.com>
Mon, 24 Sep 2012 11:42:58 +0000 (17:12 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 12 Oct 2012 11:15:30 +0000 (14:15 +0300)
commit702d267eb8ec66e1b2cde9448fc5960315ed8662
treec96dcacbc58e33700e29f9adf6e6a3d84bb12f3f
parent1b3bcb33fb9faeab29e5c734fa000f6c7746ea1c
OMAPDSS: Cleanup DSSDBG with dynamic pr_debug function

The printk in DSSDBG function definition is replaced with dynamic debug enabled
pr_debug(). The use of dynamic debugging provides more flexibility as each debug
statement can be enabled or disabled dynamically on basis of source filename,
line number, module name etc., by writing to a control file in debugfs
filesystem. For better understanding please refer to
Documentation/dynamic-debug-howto.txt.

The DSSDBGF() differs from DSSDBG() by providing function name. However,
function name, line number, module name and thread ID can be printed through
dynamic debug by setting appropriate flags 'f','l','m' and 't' in the debugfs
control file. So, DSSDBGF instances are replaced with DSSDBG.

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/apply.c
drivers/video/omap2/dss/dsi.c
drivers/video/omap2/dss/dss.h