kernel: bump 5.15 to 5.15.56
[openwrt/staging/hauke.git] / target / linux / bcm27xx / patches-5.15 / 950-0061-tty-amba-pl011-Avoid-rare-write-when-full-error.patch
index c72eeb470e0ec9427ecf2d523d69f96508d4d014..7607714a20e580baaeeecb085f8e22bd464d73c6 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
-@@ -1510,6 +1510,10 @@ static bool pl011_tx_chars(struct uart_a
+@@ -1493,6 +1493,10 @@ static bool pl011_tx_chars(struct uart_a
                if (likely(from_irq) && count-- == 0)
                        break;