mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
ice: Remove ice_dev_onetime_setup()
ice_dev_onetime_setup contains driver workarounds needed for firmware limitations. These issues have now been resolved in newer NVMs so remove the function. Signed-off-by: Brett Creeley <brett.creeley@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
committed by
Jeff Kirsher
parent
168983a8e1
commit
3d9f999080
@@ -2686,7 +2686,6 @@ int ice_vsi_rebuild(struct ice_vsi *vsi, bool init_vsi)
|
||||
ice_vsi_put_qs(vsi);
|
||||
ice_vsi_clear_rings(vsi);
|
||||
ice_vsi_free_arrays(vsi);
|
||||
ice_dev_onetime_setup(&pf->hw);
|
||||
if (vsi->type == ICE_VSI_VF)
|
||||
ice_vsi_set_num_qs(vsi, vf->vf_id);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user