diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/hotplug/rpadlpar_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/rpadlpar_core.c b/drivers/pci/hotplug/rpadlpar_core.c index b169b0e2647f..191954bc8e5b 100644 --- a/drivers/pci/hotplug/rpadlpar_core.c +++ b/drivers/pci/hotplug/rpadlpar_core.c | |||
@@ -155,7 +155,7 @@ static void dlpar_pci_add_bus(struct device_node *dn) | |||
155 | dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) | 155 | dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) |
156 | of_scan_pci_bridge(dn, dev); | 156 | of_scan_pci_bridge(dn, dev); |
157 | 157 | ||
158 | pcibios_fixup_new_pci_devices(dev->subordinate,0); | 158 | pcibios_fixup_new_pci_devices(dev->subordinate); |
159 | 159 | ||
160 | /* Claim new bus resources */ | 160 | /* Claim new bus resources */ |
161 | pcibios_claim_one_bus(dev->bus); | 161 | pcibios_claim_one_bus(dev->bus); |