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/dwc/pcie-designware-host.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/dwc/pcie-designware-host.c')
| -rw-r--r-- | drivers/pci/controller/dwc/pcie-designware-host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/dwc/pcie-designware-host.c b/drivers/pci/controller/dwc/pcie-designware-host.c index ecc33f6789e3..d1cd48efad43 100644 --- a/drivers/pci/controller/dwc/pcie-designware-host.c +++ b/drivers/pci/controller/dwc/pcie-designware-host.c @@ -227,7 +227,7 @@ static const struct irq_domain_ops dw_pcie_msi_domain_ops = { int dw_pcie_allocate_domains(struct dw_pcie_rp *pp) { struct dw_pcie *pci = to_dw_pcie_from_pp(pp); - struct fwnode_handle *fwnode = of_node_to_fwnode(pci->dev->of_node); + struct fwnode_handle *fwnode = of_fwnode_handle(pci->dev->of_node); pp->irq_domain = irq_domain_create_linear(fwnode, pp->num_vectors, &dw_pcie_msi_domain_ops, pp); |
