Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358425
b: refs/heads/master
c: a26d5ec
h: refs/heads/master
i:
  358423: 826a60f
v: v3
  • Loading branch information
Joe Lawrence authored and Bjorn Helgaas committed Feb 1, 2013
1 parent c986375 commit 1741ff2
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: 84fb913c43475e0d1e061220ef4622e3e82e91d6
refs/heads/master: a26d5ecb3201c11e03663a8f4a7dedc0c5f85c07
3 changes: 3 additions & 0 deletions trunk/drivers/pci/pcie/aspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,9 @@ void pcie_aspm_init_link_state(struct pci_dev *pdev)
struct pcie_link_state *link;
int blacklist = !!pcie_aspm_sanity_check(pdev);

if (!aspm_support_enabled)
return;

if (!pci_is_pcie(pdev) || pdev->link_state)
return;
if (pci_pcie_type(pdev) != PCI_EXP_TYPE_ROOT_PORT &&
Expand Down

0 comments on commit 1741ff2

Please sign in to comment.