OSDN Git Service

i40e: drop i40e_pf *pf from i40e_vc_disable_vf()
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 22 Aug 2017 10:57:47 +0000 (06:57 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 2 Oct 2017 19:46:35 +0000 (12:46 -0700)
commiteeeddbb80640ef63466a54bc118f66c81487bc42
tree8016c85267812195053931323ca357eb7ce62548
parentba4e003d29c1d32776f156695fb00adf7df86ee2
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>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c