Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316460
b: refs/heads/master
c: 505cf30
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas committed Jun 11, 2012
1 parent ae2e3d7 commit b81a8c3
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: 533b6608b73669309becd90f11f939b60bb221be
refs/heads/master: 505cf30b7f4ef64c6db36f34adbe4a7ad9081fd3
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 @@ -59,7 +59,7 @@ static int aer_hest_parse(struct acpi_hest_header *hest_hdr, void *data)

p = (struct acpi_hest_aer_common *)(hest_hdr + 1);
if (p->flags & ACPI_HEST_GLOBAL) {
if ((info->pci_dev->is_pcie &&
if ((pci_is_pcie(info->pci_dev) &&
info->pci_dev->pcie_type == pcie_type) || bridge)
ff = !!(p->flags & ACPI_HEST_FIRMWARE_FIRST);
} else
Expand Down

0 comments on commit b81a8c3

Please sign in to comment.