git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6622bcd
)
staging: panel: Use pr_err(...) rather than printk(KERN_ERR ...)
author
Toshiaki Yamane
<yamanetoshi@gmail.com>
Thu, 12 Jul 2012 13:01:17 +0000
(22:01 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 01:57:26 +0000
(18:57 -0700)
-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>
No differences found