|
|
@@ -1869,8 +1869,7 @@ int serial8250_handle_irq(struct uart_port *port, unsigned int iir)
|
|
|
|
|
|
status = serial_port_in(port, UART_LSR);
|
|
|
|
|
|
- if (status & (UART_LSR_DR | UART_LSR_BI) &&
|
|
|
- iir & UART_IIR_RDI) {
|
|
|
+ if (status & (UART_LSR_DR | UART_LSR_BI)) {
|
|
|
if (!up->dma || handle_rx_dma(up, iir))
|
|
|
status = serial8250_rx_chars(up, status);
|
|
|
}
|