Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266459
b: refs/heads/master
c: b64e9dd
h: refs/heads/master
i:
  266457: 560871d
  266455: c3ea813
v: v3
  • Loading branch information
Bruce Allan authored and Jeff Kirsher committed Oct 7, 2011
1 parent 01c7591 commit ca58ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0ef4eedc2e98edd51cd106e1f6a27178622b7e57
refs/heads/master: b64e9dd5d04561c2cee7e9d9d70bd6d45cc01e7c
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/e1000e/ich8lan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ s32 e1000_lv_jumbo_workaround_ich8lan(struct e1000_hw *hw, bool enable)
ret_val = e1e_wphy(hw, PHY_REG(776, 20), data);
if (ret_val)
goto out;
ret_val = e1e_wphy(hw, PHY_REG(776, 23), 0xFE00);
ret_val = e1e_wphy(hw, PHY_REG(776, 23), 0xF100);
if (ret_val)
goto out;
e1e_rphy(hw, HV_PM_CTRL, &data);
Expand Down

0 comments on commit ca58ed0

Please sign in to comment.