Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

serial: imx: Use pr_info instead of printk

Silences checkpatch warnings.

Cc: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sachin Kamat and committed by
Greg Kroah-Hartman
50bbdba3 699cbd67

+2 -2
+2 -2
drivers/tty/serial/imx.c
··· 1301 1301 } 1302 1302 1303 1303 if (*baud != baud_raw) 1304 - printk(KERN_INFO "Serial: Console IMX rounded baud rate from %d to %d\n", 1304 + pr_info("Console IMX rounded baud rate from %d to %d\n", 1305 1305 baud_raw, *baud); 1306 1306 } 1307 1307 } ··· 1595 1595 { 1596 1596 int ret; 1597 1597 1598 - printk(KERN_INFO "Serial: IMX driver\n"); 1598 + pr_info("Serial: IMX driver\n"); 1599 1599 1600 1600 ret = uart_register_driver(&imx_reg); 1601 1601 if (ret)