serial: serial_core.c: printk replacement
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Mon, 1 Sep 2014 15:19:43 +0000 (20:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 22:34:15 +0000 (15:34 -0700)
commit2f2dafe77df2c78e189a9fa6b1879dffd06ae5a1
tree846a146d59b935e69d642048516dd9925d8db303
parenta1d51aa2214cea3f91611893610a2f769cada0e7
serial: serial_core.c: printk replacement

printk replaced with corresponding dev_* .
fixed two broken user-visible strings used by the corresponding printk.
the null check for uport->dev and port->dev is removed as dev_* will check for
null while printing.
printing of dev_name(uport->dev) and dev_name(port->dev) also removed as those
are being printed by dev_* .

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c