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:
4a9a8b7
)
drivers/gpu/drm: use printk_ratelimited instead of printk_ratelimit
author
Christian Dietrich
<christian.dietrich@informatik.uni-erlangen.de>
Sat, 4 Jun 2011 15:36:43 +0000
(15:36 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Thu, 16 Jun 2011 06:32:15 +0000
(16:32 +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: Dave Airlie <airlied@redhat.com>
No differences found