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:
6ab8fba
)
drivers/tty: use printk_ratelimited() instead of printk_ratelimit()
author
Manuel Zerpies
<manuel.f.zerpies@ww.stud.uni-erlangen.de>
Thu, 16 Jun 2011 12:07:22 +0000
(14:07 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 1 Jul 2011 22:35:45 +0000
(15:35 -0700)
Since the printk_ratelimit() shouldn't be used anymore (see comment in
include/linux/printk.h), replace it with printk_ratelimited().
Signed-off-by: Manuel Zerpies <manuel.f.zerpies@ww.stud.uni-erlangen.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found