]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
net/can: use printk_ratelimited() instead of printk_ratelimit()
authorManuel Zerpies <manuel.f.zerpies@ww.stud.uni-erlangen.de>
Thu, 16 Jun 2011 02:08:01 +0000 (02:08 +0000)
committerDavid S. Miller <davem@conan.davemloft.net>
Fri, 17 Jun 2011 04:03:03 +0000 (00:03 -0400)
commitd751e623969bf758f3f75f59418b19ede570ab50
treed6edb04403f308f5019efd0a1ae962fa9c947c1b
parentc63d6ea3060d9e10773e869b1112e3a0efbcf820
net/can: 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: Manuel Zerpies <manuel.f.zerpies@ww.stud.uni-erlangen.de>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
net/can/af_can.c