drivers/gpu/drm: use printk_ratelimited instead of printk_ratelimit
authorChristian Dietrich <christian.dietrich@informatik.uni-erlangen.de>
Sat, 4 Jun 2011 15:36:43 +0000 (15:36 +0000)
committerDave Airlie <airlied@redhat.com>
Thu, 16 Jun 2011 06:32:15 +0000 (16:32 +1000)
commitcafe8d8413399119c3f4cd575e0eb27e2654b9d5
treeae2584fb232db4af39568875bae64145fd1c2122
parent4a9a8b71e12d41abb71c4e741bff524f016cfef4
drivers/gpu/drm: use printk_ratelimited instead of printk_ratelimit

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>
drivers/gpu/drm/drm_ioc32.c