Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334024
b: refs/heads/master
c: aac9453
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Baradon authored and David S. Miller committed Oct 11, 2012
1 parent dbee52f commit c63fc96
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: 0d0d0b160c389574f67cdcf6766ba9597102495d
refs/heads/master: aac9453b65c5d41eac133095586379be5b923a1e
4 changes: 4 additions & 0 deletions trunk/drivers/net/ethernet/jme.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/pci-aspm.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/ethtool.h>
Expand Down Expand Up @@ -2973,6 +2974,9 @@ jme_init_one(struct pci_dev *pdev,
/*
* set up PCI device basics
*/
pci_disable_link_state(pdev, PCIE_LINK_STATE_L0S | PCIE_LINK_STATE_L1 |
PCIE_LINK_STATE_CLKPM);

rc = pci_enable_device(pdev);
if (rc) {
pr_err("Cannot enable PCI device\n");
Expand Down

0 comments on commit c63fc96

Please sign in to comment.