Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4090
b: refs/heads/master
c: 90b5492
h: refs/heads/master
v: v3
  • Loading branch information
Ivan Kokshaysky authored and Greg Kroah-Hartman committed Jul 1, 2005
1 parent dc945fa commit 34bdb4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: a03fa955576af50df80bec9127b46ef57e0877c0
refs/heads/master: 90b54929b626c80056262d9d99b3f48522e404d0
5 changes: 2 additions & 3 deletions trunk/drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,8 @@ void __devinit pci_read_bridge_bases(struct pci_bus *child)

if (dev->transparent) {
printk(KERN_INFO "PCI: Transparent bridge - %s\n", pci_name(dev));
for(i = 0; i < PCI_BUS_NUM_RESOURCES; i++)
child->resource[i] = child->parent->resource[i];
return;
for(i = 3; i < PCI_BUS_NUM_RESOURCES; i++)
child->resource[i] = child->parent->resource[i - 3];
}

for(i=0; i<3; i++)
Expand Down

0 comments on commit 34bdb4d

Please sign in to comment.