Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274205
b: refs/heads/master
c: bb36c44
h: refs/heads/master
i:
  274203: 86c5662
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Sep 26, 2011
1 parent 7bbc01f commit 27a4537
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d12b524f8b2f4e45cabe8bc1501e8b967d543111
refs/heads/master: bb36c44557a4fcbaa17c0f2776e12a05a691b432
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/pci-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ void __devinit pcibios_scan_phb(struct pci_controller *hose)
hose->last_busno = bus->subordinate = pci_scan_child_bus(bus);

/* Configure PCI Express settings */
if (bus) {
if (bus && !pci_has_flag(PCI_PROBE_ONLY)) {
struct pci_bus *child;
list_for_each_entry(child, &bus->children, node) {
struct pci_dev *self = child->self;
Expand Down

0 comments on commit 27a4537

Please sign in to comment.