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