|
@@ -2256,8 +2256,7 @@ serial8250_console_write(struct console *co, const char *s, unsigned int count)
|
|
* and restore the IER
|
|
* and restore the IER
|
|
*/
|
|
*/
|
|
wait_for_xmitr(up, BOTH_EMPTY);
|
|
wait_for_xmitr(up, BOTH_EMPTY);
|
|
- up->ier |= UART_IER_THRI;
|
|
|
|
- serial_out(up, UART_IER, ier | UART_IER_THRI);
|
|
|
|
|
|
+ serial_out(up, UART_IER, ier);
|
|
}
|
|
}
|
|
|
|
|
|
static int serial8250_console_setup(struct console *co, char *options)
|
|
static int serial8250_console_setup(struct console *co, char *options)
|