Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / arch / x86 / pci / common.c
index b106c67f88c516eedc06217c6d69141a37ca6af7..eccd4d99e6a4a7182bf74469f5ecd580e8f22417 100644 (file)
@@ -166,6 +166,7 @@ void pcibios_fixup_bus(struct pci_bus *b)
 {
        struct pci_dev *dev;
 
+       pci_read_bridge_bases(b);
        list_for_each_entry(dev, &b->devices, bus_list)
                pcibios_fixup_device_resources(dev);
 }