Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154386
b: refs/heads/master
c: 412af97
h: refs/heads/master
v: v3
  • Loading branch information
Troy Moure authored and Len Brown committed Jun 26, 2009
1 parent cafae4a commit fecc869
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: 3cd530b5aaffd27b231f9717730f2f6684c00bda
refs/heads/master: 412af97838828bc6d035a1902c8974f944663da6
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/pci_root.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ struct pci_dev *acpi_get_pci_dev(acpi_handle handle)
fn = adr & 0xffff;

pdev = pci_get_slot(pbus, PCI_DEVFN(dev, fn));
if (hnd == handle)
if (!pdev || hnd == handle)
break;

pbus = pdev->subordinate;
Expand Down

0 comments on commit fecc869

Please sign in to comment.