|
@@ -265,9 +265,7 @@ static irqreturn_t cdns_uart_isr(int irq, void *dev_id)
|
|
|
uart_insert_char(port, isrstatus, CDNS_UART_IXR_OVERRUN,
|
|
|
data, status);
|
|
|
}
|
|
|
- spin_unlock(&port->lock);
|
|
|
tty_flip_buffer_push(&port->state->port);
|
|
|
- spin_lock(&port->lock);
|
|
|
}
|
|
|
|
|
|
/* Dispatch an appropriate handler */
|