diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/serial/omap-serial.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/omap-serial.c b/drivers/tty/serial/omap-serial.c index 5327ff0b008e..f5a5ed676825 100644 --- a/drivers/tty/serial/omap-serial.c +++ b/drivers/tty/serial/omap-serial.c | |||
@@ -770,6 +770,7 @@ serial_omap_set_termios(struct uart_port *port, struct ktermios *termios, | |||
770 | serial_out(up, UART_IER, up->ier); | 770 | serial_out(up, UART_IER, up->ier); |
771 | serial_out(up, UART_LCR, cval); /* reset DLAB */ | 771 | serial_out(up, UART_LCR, cval); /* reset DLAB */ |
772 | up->lcr = cval; | 772 | up->lcr = cval; |
773 | up->scr = OMAP_UART_SCR_TX_EMPTY; | ||
773 | 774 | ||
774 | /* FIFOs and DMA Settings */ | 775 | /* FIFOs and DMA Settings */ |
775 | 776 | ||