]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/video: fsl-diu-fb: clean up printk usage
authorTimur Tabi <timur@freescale.com>
Thu, 15 Sep 2011 21:44:47 +0000 (16:44 -0500)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sun, 18 Sep 2011 20:08:56 +0000 (20:08 +0000)
commit154152aeea2c5ee4fd01b842257f5cb562234834
treefec4dfdec27ab83f7c8f0db456dca3cc8ecc5154
parent4a85dc8b7dbb0e2f58c44de6d11bf211587c3d6a
drivers/video: fsl-diu-fb: clean up printk usage

Remove debug printk messages (they don't help in debugging), replace
printk(KERN_xxx with its pr_xxx or dev_xxx equivalent, and add a couple
missing error messages.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/fsl-diu-fb.c