Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139344
b: refs/heads/master
c: 151ab36
h: refs/heads/master
v: v3
  • Loading branch information
Kenji Kaneshige authored and Jesse Barnes committed Mar 20, 2009
1 parent 61bb86a commit 36c51bb
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: d391f00f0e7fb6d883c6724b31a1799e19a584c5
refs/heads/master: 151ab36a2ea0b3181d103f7244636e0d16e685de
2 changes: 1 addition & 1 deletion trunk/drivers/pci/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pci_find_upstream_pcie_bridge(struct pci_dev *pdev)
if (pdev->is_pcie)
return NULL;
while (1) {
if (!pdev->bus->self)
if (!pdev->bus->parent)
break;
pdev = pdev->bus->self;
/* a p2p bridge */
Expand Down

0 comments on commit 36c51bb

Please sign in to comment.