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:
9a8f99f
)
arch/powerpc: use printk_ratelimited instead of printk_ratelimit
author
Christian Dietrich
<christian.dietrich@informatik.uni-erlangen.de>
Sat, 4 Jun 2011 05:36:54 +0000
(
05:36
+0000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 29 Jun 2011 05:31:01 +0000
(15:31 +1000)
Since printk_ratelimit() shouldn't be used anymore (see comment in
include/linux/printk.h), replace it with printk_ratelimited.
Signed-off-by: Christian Dietrich <christian.dietrich@informatik.uni-erlangen.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
No differences found