tty: serial: 8250: Suitably replace printk
authorPhillip Raffeck <phillip.raffeck@fau.de>
Thu, 14 Jan 2016 15:08:19 +0000 (16:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Feb 2016 07:15:53 +0000 (23:15 -0800)
commit9f59fbf0f22f79e11cf74fc19581726e3f118d57
treed96ef49b01ce60eeb5fe8d3567c33f2bcadd0759
parent90ad7c442f6e32fa74f2d5e6fd28ace110b5025a
tty: serial: 8250: Suitably replace printk

This patch replaces printk by the corresponding variant of dev_* in order
to fix checkpatch warnings. If no suitable device pointer is present, the
corresponding pr_* variant is used.

Signed-off-by: Phillip Raffeck <phillip.raffeck@fau.de>
Signed-off-by: Anton Würfel <anton.wuerfel@fau.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: linux-kernel@i4.cs.fau.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_core.c
drivers/tty/serial/8250/8250_gsc.c
drivers/tty/serial/8250/8250_hp300.c
drivers/tty/serial/8250/8250_port.c
This page took 0.02632 seconds and 5 git commands to generate.