staging: panel: Use pr_err(...) rather than printk(KERN_ERR ...)
authorToshiaki Yamane <yamanetoshi@gmail.com>
Thu, 12 Jul 2012 13:01:17 +0000 (22:01 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 01:57:26 +0000 (18:57 -0700)
commiteb073a9bf2b6edf8cf69eb393a1e511942cd1c64
tree990a48b5a8870ba9b9bef80ed7b5fc563cab145a
parent6622bcd64f7432b99718b373fe6231992e832c9e
staging: panel: Use pr_err(...) rather than printk(KERN_ERR ...)

-Removed unnecessary OOM messages.
-Removed embedded message prefixes.
-Added __func__ to some pr_err messages.
-Converted printk(KERN_ERR to pr_err
-Refactored split printk strings onto a single line
-Removed the space before the '!'.

Signed-off-by: Toshiaki Yamane <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/panel/panel.c
This page took 0.025874 seconds and 5 git commands to generate.