Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206091
b: refs/heads/master
c: 2eb5ebd
h: refs/heads/master
i:
  206089: 91fa4a5
  206087: 2024188
v: v3
  • Loading branch information
Junchang Wang authored and Jesse Barnes committed Jul 30, 2010
1 parent 1ef5cf0 commit 9f54e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7736a05a320712c0a9b8f9e1cd0688b2c0848009
refs/heads/master: 2eb5ebd3665a38a4526b45cb3a31a132b2aa9927
2 changes: 2 additions & 0 deletions trunk/drivers/pci/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ void pci_enable_bridges(struct pci_bus *bus)
if (dev->subordinate) {
if (!pci_is_enabled(dev)) {
retval = pci_enable_device(dev);
if (retval)
dev_err(&dev->dev, "Error enabling bridge (%d), continuing\n", retval);
pci_set_master(dev);
}
pci_enable_bridges(dev->subordinate);
Expand Down

0 comments on commit 9f54e19

Please sign in to comment.