diff --git a/drivers/tty/mxser.c b/drivers/tty/mxser.c index 6b8f2b0e0726..1b8032c9351e 100644 --- a/drivers/tty/mxser.c +++ b/drivers/tty/mxser.c @@ -2124,8 +2124,7 @@ static u8 mxser_receive_chars_old(struct tty_struct *tty, } else if (status & UART_LSR_OE) { flag = TTY_OVERRUN; port->icount.overrun++; - } else - flag = TTY_BREAK; + } } tty_insert_flip_char(&port->port, ch, flag); (*cnt)++;