X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Ftty%2Fserial%2Fapbuart.c;h=d3cb341f2c55361b5eca358ce00e2e1dcf5dfbff;hb=5ed4d3e6ad40b4e90605365aa3e6469b1e5a055e;hp=d7658f38083801e392b0d68f28d02092c713e7f1;hpb=4a0fc73da97efd23a383ca839e6fe86410268f6b;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/drivers/tty/serial/apbuart.c b/drivers/tty/serial/apbuart.c index d7658f3..d3cb341 100644 --- a/drivers/tty/serial/apbuart.c +++ b/drivers/tty/serial/apbuart.c @@ -122,7 +122,7 @@ static void apbuart_tx_chars(struct uart_port *port) { u8 ch; - uart_port_tx_limited(port, ch, port->fifosize >> 1, + uart_port_tx_limited(port, ch, port->fifosize, true, UART_PUT_CHAR(port, ch), ({}));