[PATCH 0/8] Use printk_ratelimited instead of printk_ratelimit

2011-06-06 Thread Christian Dietrich
all other printk_ratelimit calls. I just must made patches for a few places where it is used. If you think that it is worth converting all printk_ratelimits, i will send more patches. The changes where done against v3.0-rc1-106-g4f1ba49. greetz chris Christian Dietrich (8): powerpc/rtas-r

[PATCH 6/8] drivers/gpu/drm: use printk_ratelimited instead of printk_ratelimit

2011-06-06 Thread Christian Dietrich
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 --- drivers/gpu/drm/drm_ioc32.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/gp

[PATCH 6/8] drivers/gpu/drm: use printk_ratelimited instead of printk_ratelimit

2011-06-04 Thread Christian Dietrich
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 --- drivers/gpu/drm/drm_ioc32.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/gp

[PATCH 0/8] Use printk_ratelimited instead of printk_ratelimit

2011-06-04 Thread Christian Dietrich
all other printk_ratelimit calls. I just must made patches for a few places where it is used. If you think that it is worth converting all printk_ratelimits, i will send more patches. The changes where done against v3.0-rc1-106-g4f1ba49. greetz chris Christian Dietrich (8): powerpc/rtas-r