]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/pci/probe.c
PCI: Introduce new MSI chip infrastructure
[karo-tx-linux.git] / drivers / pci / probe.c
index 46ada5c098ebed710f24a7deb426720149b219fd..b8eaa81678490921493213f796faf923324e961d 100644 (file)
@@ -666,6 +666,7 @@ static struct pci_bus *pci_alloc_child_bus(struct pci_bus *parent,
 
        child->parent = parent;
        child->ops = parent->ops;
+       child->msi = parent->msi;
        child->sysdata = parent->sysdata;
        child->bus_flags = parent->bus_flags;