|
@@ -322,7 +322,9 @@ static void ar933x_uart_rx_chars(struct ar933x_uart_port *up)
|
|
tty_insert_flip_char(port, ch, TTY_NORMAL);
|
|
tty_insert_flip_char(port, ch, TTY_NORMAL);
|
|
} while (max_count-- > 0);
|
|
} while (max_count-- > 0);
|
|
|
|
|
|
|
|
+ spin_unlock(&up->port.lock);
|
|
tty_flip_buffer_push(port);
|
|
tty_flip_buffer_push(port);
|
|
|
|
+ spin_lock(&up->port.lock);
|
|
}
|
|
}
|
|
|
|
|
|
static void ar933x_uart_tx_chars(struct ar933x_uart_port *up)
|
|
static void ar933x_uart_tx_chars(struct ar933x_uart_port *up)
|