drivers/tty: use printk_ratelimited() instead of printk_ratelimit()
authorManuel Zerpies <manuel.f.zerpies@ww.stud.uni-erlangen.de>
Thu, 16 Jun 2011 12:07:22 +0000 (14:07 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Jul 2011 22:35:45 +0000 (15:35 -0700)
commit5a3c6b251d587715f8b87a50216e4c085c655777
treefa1d3379b02b0bb243c367d30f84321dd1dc486d
parent6ab8fba7fcb012a42d686abd33555b2215071415
drivers/tty: use printk_ratelimited() instead of printk_ratelimit()

Since the 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: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/moxa.c
drivers/tty/mxser.c
drivers/tty/tty_io.c