Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139345
b: refs/heads/master
c: f92d4e2
h: refs/heads/master
i:
  139343: 61bb86a
v: v3
  • Loading branch information
Kenji Kaneshige authored and Jesse Barnes committed Mar 20, 2009
1 parent 36c51bb commit 034b5aa
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: 151ab36a2ea0b3181d103f7244636e0d16e685de
refs/heads/master: f92d4e29d785f1d4217dee7f1ae6ff7140547ed5
2 changes: 1 addition & 1 deletion trunk/drivers/pci/probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void __devinit pci_read_bridge_bases(struct pci_bus *child)
struct resource *res;
int i;

if (!dev) /* It's a host bus, nothing to read */
if (!child->parent) /* It's a host bus, nothing to read */
return;

if (dev->transparent) {
Expand Down

0 comments on commit 034b5aa

Please sign in to comment.