kernel: bump 6.1 to 6.1.66
[openwrt/staging/jow.git] / target / linux / bcm27xx / patches-6.1 / 950-0146-sc16is7xx-Don-t-spin-if-no-data-received.patch
index 4c2741eb25dc98970059115e75e577e004350d33..e4e4909510d4d4687059478e16b9d4cfe96c0354 100644 (file)
@@ -12,7 +12,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.org>
 
 --- a/drivers/tty/serial/sc16is7xx.c
 +++ b/drivers/tty/serial/sc16is7xx.c
-@@ -770,6 +770,8 @@ static bool sc16is7xx_port_irq(struct sc
+@@ -771,6 +771,8 @@ static bool sc16is7xx_port_irq(struct sc
                        rxlen = sc16is7xx_port_read(port, SC16IS7XX_RXLVL_REG);
                        if (rxlen)
                                sc16is7xx_handle_rx(port, rxlen, iir);