|
@@ -1926,13 +1926,8 @@ static void serial8250_put_poll_char(struct uart_port *port,
|
|
|
wait_for_xmitr(up, BOTH_EMPTY);
|
|
|
/*
|
|
|
* Send the character out.
|
|
|
- * If a LF, also do CR...
|
|
|
*/
|
|
|
serial_port_out(port, UART_TX, c);
|
|
|
- if (c == 10) {
|
|
|
- wait_for_xmitr(up, BOTH_EMPTY);
|
|
|
- serial_port_out(port, UART_TX, 13);
|
|
|
- }
|
|
|
|
|
|
/*
|
|
|
* Finally, wait for transmitter to become empty
|