Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316443
b: refs/heads/master
c: 4508787
h: refs/heads/master
i:
  316441: 57866eb
  316439: ba899fb
v: v3
  • Loading branch information
Yinghai Lu authored and Bjorn Helgaas committed Jun 13, 2012
1 parent 2d007ce commit 968b527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6cda0fcf26df18f0e5476fbff12845cc46e1f41b
refs/heads/master: 450878759aa10c6d172a0cafd5922b23a3b4547a
4 changes: 3 additions & 1 deletion trunk/drivers/pci/hotplug/cpqphp_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,11 @@ int cpqhp_configure_device (struct controller* ctrl, struct pci_func* func)
}

if (func->pci_dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) {
int max;
pci_read_config_byte(func->pci_dev, PCI_SECONDARY_BUS, &bus);
child = (struct pci_bus*) pci_add_new_bus(func->pci_dev->bus, (func->pci_dev), bus);
pci_do_scan_bus(child);
max = pci_do_scan_bus(child);
pci_bus_update_busn_res_end(child, max);
}

pci_dev_put(func->pci_dev);
Expand Down

0 comments on commit 968b527

Please sign in to comment.