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

Commit e7e6cfce authored by Mitch Williams's avatar Mitch Williams Committed by Jeff Kirsher
Browse files

i40e: remove redundant call



This function call isn't needed here; the same function is already
called by i40e_reset_vf.

Change-ID: I96ccbf91b752965c9e28fe895d4c7d4c46e3ba44
Signed-off-by: default avatarMitch Williams <mitch.a.williams@intel.com>
Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
parent 41c3ae8b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -964,8 +964,6 @@ int i40e_alloc_vfs(struct i40e_pf *pf, u16 num_alloc_vfs)
		/* VF resources get allocated during reset */
		i40e_reset_vf(&vfs[i], false);

		/* enable VF vplan_qtable mappings */
		i40e_enable_vf_mappings(&vfs[i]);
	}
	pf->num_alloc_vfs = num_alloc_vfs;