serial_core: Commonalize crlf when working w/ a non open console port
[deliverable/linux.git] / drivers / tty / serial / pxa.c
index f9f20f38376003efc35691196e3baae6dae2c2da..9e7ee39f8b2a6c1ac58fcadc75e4bca49e847b01 100644 (file)
@@ -711,13 +711,8 @@ static void serial_pxa_put_poll_char(struct uart_port *port,
        wait_for_xmitr(up);
        /*
         *      Send the character out.
-        *      If a LF, also do CR...
         */
        serial_out(up, UART_TX, c);
-       if (c == 10) {
-               wait_for_xmitr(up);
-               serial_out(up, UART_TX, 13);
-       }
 
        /*
         *      Finally, wait for transmitter to become empty
This page took 0.024879 seconds and 5 git commands to generate.