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:
9708cd2
)
drivers/usb/atm: use printk_ratelimited() instead of printk_ratelimit()
author
Manuel Zerpies
<manuel.f.zerpies@ww.stud.uni-erlangen.de>
Thu, 16 Jun 2011 12:12:47 +0000
(14:12 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 1 Jul 2011 21:43:25 +0000
(14:43 -0700)
Since 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