ice: Explicitly return 0
authorTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 15 Dec 2022 21:36:25 +0000 (13:36 -0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 19 Jan 2023 16:18:03 +0000 (08:18 -0800)
commit91dbcb91d006a62dd60c16d5f1f11fd4f6175786
tree9c97b36d56e23b144edb46a933486885710c853b
parentbd557d97978ea3e22653117a39184b5db70c7093
ice: Explicitly return 0

Previous checks, and goto, will catch all errors meaning these returns
will only return 0; explicitly return 0 for these cases.

Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Gurucharan G <gurucharanx.g@intel.com> (A Contingent worker at Intel)
drivers/net/ethernet/intel/ice/ice_dcb_lib.c
drivers/net/ethernet/intel/ice/ice_ethtool.c