kernel: bump 6.1 to 6.1.53
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-6.1 / 950-0146-sc16is7xx-Don-t-spin-if-no-data-received.patch
index 0e9255b0f2d8aed1d234c355f7c03811453d0fe6..4c2741eb25dc98970059115e75e577e004350d33 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
-@@ -772,6 +772,8 @@ static bool sc16is7xx_port_irq(struct sc
+@@ -770,6 +770,8 @@ static bool sc16is7xx_port_irq(struct sc
                        rxlen = sc16is7xx_port_read(port, SC16IS7XX_RXLVL_REG);
                        if (rxlen)
                                sc16is7xx_handle_rx(port, rxlen, iir);