Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a25b731 authored by Bimmy Pujari's avatar Bimmy Pujari Committed by Jeff Kirsher
Browse files

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: default avatarBimmy Pujari <bimmy.pujari@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent beff3e9d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -4101,8 +4101,6 @@ static int i40e_vsi_control_tx(struct i40e_vsi *vsi, bool enable)
		}
	}

	if (hw->revision_id == 0)
		mdelay(50);
	return ret;
}