]> git.baikalelectronics.ru Git - kernel.git/commit
ice: make ice_reset_all_vfs void
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 23 Feb 2022 00:27:05 +0000 (16:27 -0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 15 Mar 2022 20:22:44 +0000 (13:22 -0700)
commit3123c6cc19964a3477ec4ed9e8415ef1a1d2e2db
treed405a078111675e3a9a139de3f189c3063689965
parent69ccf8b4e21669fa87332765b3bf2bafa715ce00
ice: make ice_reset_all_vfs void

The ice_reset_all_vfs function returns true if any VFs were reset, and
false otherwise. However, no callers check the return value.

Drop this return value and make the function void since the callers do
not care about this.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_vf_lib.c
drivers/net/ethernet/intel/ice/ice_vf_lib.h