kernel: bump 5.10 to 5.10.94
[openwrt/staging/jow.git] / target / linux / generic / pending-5.10 / 850-0013-PCI-aardvark-Add-support-for-ERR-interrupt-on-emulat.patch
index 5beca606d08f65ea122eaca1abd03773e082f43b..eb27610aa366298a15f2b1b699f25ab5adbf8cbc 100644 (file)
@@ -78,7 +78,7 @@ Signed-off-by: Marek BehĂșn <kabel@kernel.org>
                if (mask & (PCI_BRIDGE_CTL_BUS_RESET << 16)) {
                        u32 val = advk_readl(pcie, PCIE_CORE_CTRL1_REG);
                        if (new & (PCI_BRIDGE_CTL_BUS_RESET << 16))
-@@ -1464,6 +1485,19 @@ static void advk_pcie_handle_int(struct
+@@ -1466,6 +1487,19 @@ static void advk_pcie_handle_int(struct
        isr1_mask = advk_readl(pcie, PCIE_ISR1_MASK_REG);
        isr1_status = isr1_val & ((~isr1_mask) & PCIE_ISR1_ALL_MASK);