Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91674
b: refs/heads/master
c: 4c44bac
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Greg Kroah-Hartman committed Apr 21, 2008
1 parent faa2d12 commit 9d71ded
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ff580c10ec06fd296bd23d4570c1a95194094a0
refs/heads/master: 4c44bac8645e0ce0249c53cc154f56b5543af232
3 changes: 3 additions & 0 deletions trunk/drivers/pci/pcie/aer/aerdrv_acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ int aer_osc_setup(struct pcie_device *pciedev)
struct pci_dev *pdev = pciedev->port;
acpi_handle handle = 0;

if (acpi_pci_disabled)
return -1;

/* Find root host bridge */
while (pdev->bus && pdev->bus->self)
pdev = pdev->bus->self;
Expand Down

0 comments on commit 9d71ded

Please sign in to comment.