Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290026
b: refs/heads/master
c: f23efdf
h: refs/heads/master
v: v3
  • Loading branch information
Bruce Allan authored and Jeff Kirsher committed Feb 7, 2012
1 parent a210a00 commit 3bca0d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 66092f59252cb53e5a997e1222ad203b78c8aa97
refs/heads/master: f23efdff77bbc1207255ccebe04771970604bbd9
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/intel/e1000e/ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1856,11 +1856,11 @@ static int e1000_set_phys_id(struct net_device *netdev,
break;

case ETHTOOL_ID_ON:
adapter->hw.mac.ops.led_on(&adapter->hw);
hw->mac.ops.led_on(hw);
break;

case ETHTOOL_ID_OFF:
adapter->hw.mac.ops.led_off(&adapter->hw);
hw->mac.ops.led_off(hw);
break;
}
return 0;
Expand Down

0 comments on commit 3bca0d0

Please sign in to comment.