commit | cafe8d8413399119c3f4cd575e0eb27e2654b9d5 | [log] [tgz] |
---|---|---|
author | Christian Dietrich <christian.dietrich@informatik.uni-erlangen.de> | Sat Jun 04 15:36:43 2011 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jun 16 16:32:15 2011 +1000 |
tree | ae2584fb232db4af39568875bae64145fd1c2122 | |
parent | 4a9a8b71e12d41abb71c4e741bff524f016cfef4 [diff] |
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>