kernel: bump 5.10 to 5.10.110
[openwrt/openwrt.git] / target / linux / generic / pending-5.10 / 850-0007-PCI-aardvark-Make-msi_domain_info-structure-a-static.patch
index 2f15b5b8d6bacd57061fed96245d8718873b4082..beadf122346dd4b23475f257fcf457ae117db73a 100644 (file)
@@ -25,7 +25,7 @@ Signed-off-by: Marek BehĂșn <kabel@kernel.org>
        DECLARE_BITMAP(msi_used, MSI_IRQ_NUM);
        struct mutex msi_used_lock;
        u16 msi_msg;
-@@ -1293,20 +1292,20 @@ static struct irq_chip advk_msi_irq_chip
+@@ -1295,20 +1294,20 @@ static struct irq_chip advk_msi_irq_chip
        .name = "advk-MSI",
  };
  
@@ -52,7 +52,7 @@ Signed-off-by: Marek BehĂșn <kabel@kernel.org>
        msi_msg_phys = virt_to_phys(&pcie->msi_msg);
  
        advk_writel(pcie, lower_32_bits(msi_msg_phys),
-@@ -1322,7 +1321,8 @@ static int advk_pcie_init_msi_irq_domain
+@@ -1324,7 +1323,8 @@ static int advk_pcie_init_msi_irq_domain
  
        pcie->msi_domain =
                pci_msi_create_irq_domain(of_node_to_fwnode(node),