diff options
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c b/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c index d73915af5b18..bc1cdb916859 100644 --- a/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c +++ b/drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c | |||
@@ -1029,7 +1029,7 @@ static int ice_alloc_vfs(struct ice_pf *pf, u16 num_alloc_vfs) | |||
1029 | pf->num_alloc_vfs = num_alloc_vfs; | 1029 | pf->num_alloc_vfs = num_alloc_vfs; |
1030 | 1030 | ||
1031 | /* VF resources get allocated during reset */ | 1031 | /* VF resources get allocated during reset */ |
1032 | if (!ice_reset_all_vfs(pf, false)) | 1032 | if (!ice_reset_all_vfs(pf, true)) |
1033 | goto err_unroll_sriov; | 1033 | goto err_unroll_sriov; |
1034 | 1034 | ||
1035 | goto err_unroll_intr; | 1035 | goto err_unroll_intr; |