diff options
Diffstat (limited to 'drivers/pci/controller/pci-aardvark.c')
-rw-r--r-- | drivers/pci/controller/pci-aardvark.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/controller/pci-aardvark.c b/drivers/pci/controller/pci-aardvark.c index c9c72595bd20..10543ed7b500 100644 --- a/drivers/pci/controller/pci-aardvark.c +++ b/drivers/pci/controller/pci-aardvark.c | |||
@@ -906,6 +906,7 @@ static int advk_pcie_probe(struct platform_device *pdev) | |||
906 | 906 | ||
907 | bus = bridge->bus; | 907 | bus = bridge->bus; |
908 | 908 | ||
909 | pci_bus_size_bridges(bus); | ||
909 | pci_bus_assign_resources(bus); | 910 | pci_bus_assign_resources(bus); |
910 | 911 | ||
911 | list_for_each_entry(child, &bus->children, node) | 912 | list_for_each_entry(child, &bus->children, node) |