Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290521
b: refs/heads/master
c: bb9c5ee
h: refs/heads/master
i:
  290519: 1d3a802
v: v3
  • Loading branch information
Bruce Allan authored and Jeff Kirsher committed Mar 1, 2012
1 parent 80b4873 commit 8aaaa91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 3d3a1676561cfb0dcef0cf5e146ddefbb16f5598
refs/heads/master: bb9c5ee15b560f944a8877f60e7d3d77ad542286
4 changes: 1 addition & 3 deletions trunk/drivers/net/ethernet/intel/e1000e/phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
*******************************************************************************/

#include <linux/delay.h>

#include "e1000.h"

static s32 e1000_get_phy_cfg_done(struct e1000_hw *hw);
Expand Down Expand Up @@ -3153,7 +3151,7 @@ s32 e1000_link_stall_workaround_hv(struct e1000_hw *hw)
BM_CS_STATUS_SPEED_1000))
return 0;

mdelay(200);
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 |
Expand Down

0 comments on commit 8aaaa91

Please sign in to comment.