Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352037
b: refs/heads/master
c: c063f60
h: refs/heads/master
i:
  352035: 64415f3
v: v3
  • Loading branch information
Bruce Allan authored and Jeff Kirsher committed Feb 1, 2013
1 parent 1acbbca commit f4ae502
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0cdc63449df6ee5e7840b3e58554d7a41068b542
refs/heads/master: c063f606fd339676085b55c2ac43d0dd0e10dd7a
5 changes: 3 additions & 2 deletions trunk/drivers/net/ethernet/intel/e1000e/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -3106,8 +3106,9 @@ s32 e1000_link_stall_workaround_hv(struct e1000_hw *hw)
msleep(200);

/* flush the packets in the fifo buffer */
ret_val = e1e_wphy(hw, HV_MUX_DATA_CTRL, HV_MUX_DATA_CTRL_GEN_TO_MAC |
HV_MUX_DATA_CTRL_FORCE_SPEED);
ret_val = e1e_wphy(hw, HV_MUX_DATA_CTRL,
(HV_MUX_DATA_CTRL_GEN_TO_MAC |
HV_MUX_DATA_CTRL_FORCE_SPEED));
if (ret_val)
return ret_val;

Expand Down

0 comments on commit f4ae502

Please sign in to comment.