kernel: bump 4.19 to 4.19.82
[openwrt/staging/rmilecki.git] / target / linux / brcm2708 / patches-4.19 / 950-0149-sc16is7xx-Don-t-spin-if-no-data-received.patch
index 2d6c86e8a0ad4ac21a8de6a4338260b5f1c7bbe6..cfbc59e619413b3bdf7de64d334edb8a413af329 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
-@@ -678,6 +678,8 @@ static bool sc16is7xx_port_irq(struct sc
+@@ -696,6 +696,8 @@ static bool sc16is7xx_port_irq(struct sc
                        rxlen = sc16is7xx_port_read(port, SC16IS7XX_RXLVL_REG);
                        if (rxlen)
                                sc16is7xx_handle_rx(port, rxlen, iir);