commit | eb073a9bf2b6edf8cf69eb393a1e511942cd1c64 | [log] [tgz] |
---|---|---|
author | Toshiaki Yamane <yamanetoshi@gmail.com> | Thu Jul 12 22:01:17 2012 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 16 18:57:26 2012 -0700 |
tree | 990a48b5a8870ba9b9bef80ed7b5fc563cab145a | |
parent | 6622bcd64f7432b99718b373fe6231992e832c9e [diff] |
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>