Skip to content

Commit 0a25b73

Browse files
b-pujariJeff Kirsher
authored andcommitted
i40e: removed no longer needed delays
Removed no longer needed delays. At preproduction stage those delays were needed but now these delays are not needed. Signed-off-by: Bimmy Pujari <[email protected]> Tested-by: Andrew Bowers <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent beff3e9 commit 0a25b73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/ethernet/intel/i40e/i40e_main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4101,8 +4101,6 @@ static int i40e_vsi_control_tx(struct i40e_vsi *vsi, bool enable)
41014101
}
41024102
}
41034103

4104-
if (hw->revision_id == 0)
4105-
mdelay(50);
41064104
return ret;
41074105
}
41084106

0 commit comments

Comments
 (0)