Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / drivers / pci / probe.c
index 32b9f1b8826621e27d6bb2b0153d233110c19dbf..6d7ab9bb0d5a6f002debd5a3b83e569f78c44c96 100644 (file)
@@ -672,6 +672,8 @@ static struct irq_domain *pci_host_bridge_msi_domain(struct pci_bus *bus)
         * should be called from here.
         */
        d = pci_host_bridge_of_msi_domain(bus);
+       if (!d)
+               d = pci_host_bridge_acpi_msi_domain(bus);
 
        return d;
 }
This page took 0.025719 seconds and 5 git commands to generate.