Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165960
b: refs/heads/master
c: 3e77a3f
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Jesse Barnes committed Sep 17, 2009
1 parent 27969b2 commit 91a4775
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7557b5d63259d55f716e62e528978d4866318515
refs/heads/master: 3e77a3f7895e9c20756dc250282afa12f6d259a3
2 changes: 2 additions & 0 deletions trunk/drivers/pci/pcie/aer/aerdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,8 @@ static int __init aer_service_init(void)
{
if (pcie_aer_disable)
return -ENXIO;
if (!pci_msi_enabled())
return -ENXIO;
return pcie_port_service_register(&aerdriver);
}

Expand Down

0 comments on commit 91a4775

Please sign in to comment.