Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91691
b: refs/heads/master
c: d75b305
h: refs/heads/master
i:
  91689: 3d7fa25
  91687: a55b2a2
v: v3
  • Loading branch information
Adrian Bunk authored and Greg Kroah-Hartman committed Apr 21, 2008
1 parent 39408e6 commit c6a4a6d
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: bc043274560f398225dad7f0e24c6a7610d3c08a
refs/heads/master: d75b305295c38ba9610ff3b2200f7d1989dc55fd
2 changes: 1 addition & 1 deletion trunk/drivers/pci/pcie/aer/aerdrv_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int aer_osc_setup(struct pcie_device *pciedev)
return -1;

/* Find root host bridge */
while (pdev->bus && pdev->bus->self)
while (pdev->bus->self)
pdev = pdev->bus->self;
handle = acpi_get_pci_rootbridge_handle(
pci_domain_nr(pdev->bus), pdev->bus->number);
Expand Down

0 comments on commit c6a4a6d

Please sign in to comment.