Searched hist:"2 f2dafe77df2c78e189a9fa6b1879dffd06ae5a1" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | serial_core.c | diff 68ed7e1c3d236e9e1e60ed6cae22f2c1c4ba2952 Fri Jan 02 19:05:13 CET 2015 James Bottomley <JBottomley@Parallels.com> serial: fix parisc boot hang
This is a partial revert of 2f2dafe (serial: serial_core.c: printk replacement) which gets us booting again. The real problem seems to be the _emit path in early boot. However, until we can root cause it, we need at least to get boot working.
Fixes: 2f2dafe77df2c78e189a9fa6b1879dffd06ae5a1 Cc: stable@vger.kernel.org Signed-off-by: James Bottomley <JBottomley@Parallels.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> diff 2f2dafe77df2c78e189a9fa6b1879dffd06ae5a1 Mon Sep 01 17:19:43 CEST 2014 Sudip Mukherjee <sudipm.mukherjee@gmail.com> 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>
|