Blob Blame History Raw
From: "David S. Miller" <davem@davemloft.net>
Date: Fri, 22 Oct 2021 14:24:44 +0100
Subject: ice:  Nuild fix.
Patch-mainline: v5.16-rc1
Git-commit: b89e7f2c31ae5fe730567085da23574cb8f319ae
References: jsc#SLE-18375

M<erge issues...

Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
---
 drivers/net/ethernet/intel/ice/ice_devlink.c |    2 --
 1 file changed, 2 deletions(-)

--- a/drivers/net/ethernet/intel/ice/ice_devlink.c
+++ b/drivers/net/ethernet/intel/ice/ice_devlink.c
@@ -62,8 +62,6 @@ static void ice_info_fw_api(struct ice_p
 
 	snprintf(ctx->buf, sizeof(ctx->buf), "%u.%u.%u", hw->api_maj_ver,
 		 hw->api_min_ver, hw->api_patch);
-
-	return 0;
 }
 
 static void ice_info_fw_build(struct ice_pf *pf, struct ice_info_ctx *ctx)