Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275528
b: refs/heads/master
c: cf16123
h: refs/heads/master
v: v3
  • Loading branch information
Vasily Averin authored and James Bottomley committed Nov 11, 2011
1 parent 4da60dd commit 4850cd1
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 181a9d795ab763b03b15f73402691abde98d1803
refs/heads/master: cf16123c9c8e346ed1dd171295a678d77648d7f8
4 changes: 4 additions & 0 deletions trunk/drivers/scsi/aacraid/linit.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/pci.h>
#include <linux/pci-aspm.h>
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/spinlock.h>
Expand Down Expand Up @@ -1109,6 +1110,9 @@ static int __devinit aac_probe_one(struct pci_dev *pdev,
unique_id++;
}

pci_disable_link_state(pdev, PCIE_LINK_STATE_L0S | PCIE_LINK_STATE_L1 |
PCIE_LINK_STATE_CLKPM);

error = pci_enable_device(pdev);
if (error)
goto out;
Expand Down

0 comments on commit 4850cd1

Please sign in to comment.