kernel: bump 5.4 to 5.4.211
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0402-tty-amba-pl011-Avoid-rare-write-when-full-error.patch
index 6283b83e17b0843f9c467a20eb0e7566408adf29..12f1ec3555a0bf4392f7bc11608c1bfb931ec87f 100644 (file)
@@ -29,7 +29,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
 
 --- a/drivers/tty/serial/amba-pl011.c
 +++ b/drivers/tty/serial/amba-pl011.c
-@@ -1447,6 +1447,10 @@ static bool pl011_tx_chars(struct uart_a
+@@ -1430,6 +1430,10 @@ static bool pl011_tx_chars(struct uart_a
                if (likely(from_irq) && count-- == 0)
                        break;