commit | 2f2dafe77df2c78e189a9fa6b1879dffd06ae5a1 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Mon Sep 01 20:49:43 2014 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Sep 08 15:34:15 2014 -0700 |
tree | 846a146d59b935e69d642048516dd9925d8db303 | |
parent | a1d51aa2214cea3f91611893610a2f769cada0e7 [diff] |
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>