commit | eeeddbb80640ef63466a54bc118f66c81487bc42 | [log] [tgz] |
---|---|---|
author | Jacob Keller <jacob.e.keller@intel.com> | Tue Aug 22 06:57:47 2017 -0400 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Oct 02 12:46:35 2017 -0700 |
tree | 8016c85267812195053931323ca357eb7ce62548 | |
parent | ba4e003d29c1d32776f156695fb00adf7df86ee2 [diff] |
i40e: drop i40e_pf *pf from i40e_vc_disable_vf() It's never used, and the vf structure could get back to the PF if necessary. Lets just drop the extra unneeded parameter. Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>