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:
0cbc853
)
mm/vmscan.c: replace printk with pr_err
author
Pintu Kumar
<pintu.k@samsung.com>
Wed, 10 Dec 2014 23:42:58 +0000
(15:42 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 11 Dec 2014 01:41:05 +0000
(17:41 -0800)
This patch replaces printk(KERN_ERR..) with pr_err found under
shrink_slab. Thus it also reduces one line extra because of formatting.
Signed-off-by: Pintu Kumar <pintu.k@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found