diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2014-09-01 20:49:43 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-08 15:34:15 -0700 |
commit | 2f2dafe77df2c78e189a9fa6b1879dffd06ae5a1 (patch) | |
tree | 846a146d59b935e69d642048516dd9925d8db303 /drivers/hv/hv.c | |
parent | a1d51aa2214cea3f91611893610a2f769cada0e7 (diff) | |
download | linux-2f2dafe77df2c78e189a9fa6b1879dffd06ae5a1.tar.gz linux-2f2dafe77df2c78e189a9fa6b1879dffd06ae5a1.tar.xz |
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>
Diffstat (limited to 'drivers/hv/hv.c')
0 files changed, 0 insertions, 0 deletions