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:
a28ee47
)
scsi/sg: use printk_ratelimited instead of printk_ratelimit
author
Christian Dietrich
<christian.dietrich@informatik.uni-erlangen.de>
Sat, 4 Jun 2011 15:36:10 +0000
(17:36 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 15 Sep 2011 12:05:25 +0000
(14:05 +0200)
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: Jiri Kosina <jkosina@suse.cz>
No differences found