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