diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2025-05-16 21:09:51 +0200 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2025-05-16 21:24:38 +0200 |
| commit | 6a08164de9fce377fe2144ba3f9302ffdffe29af (patch) | |
| tree | 7c82b1dd82c9068eb7169021d37796dddfcad17c /drivers/pci/controller/pcie-xilinx-nwl.c | |
| parent | 7dd20bf2f010430b75b109e4d4101cd1616afba3 (diff) | |
| parent | fdc348121f2465897792f946715a5da7887e5f97 (diff) | |
Merge irq/cleanup fragments into irq/msi
Pick up the PCI changes to avoid conflicts.
Diffstat (limited to 'drivers/pci/controller/pcie-xilinx-nwl.c')
| -rw-r--r-- | drivers/pci/controller/pcie-xilinx-nwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-xilinx-nwl.c b/drivers/pci/controller/pcie-xilinx-nwl.c index 8d6e2a89b067..9cf8a96f7bc4 100644 --- a/drivers/pci/controller/pcie-xilinx-nwl.c +++ b/drivers/pci/controller/pcie-xilinx-nwl.c @@ -495,7 +495,7 @@ static int nwl_pcie_init_msi_irq_domain(struct nwl_pcie *pcie) { #ifdef CONFIG_PCI_MSI struct device *dev = pcie->dev; - struct fwnode_handle *fwnode = of_node_to_fwnode(dev->of_node); + struct fwnode_handle *fwnode = of_fwnode_handle(dev->of_node); struct nwl_msi *msi = &pcie->msi; msi->dev_domain = irq_domain_add_linear(NULL, INT_PCI_MSI_NR, |
