From b89e7f2c31ae5fe730567085da23574cb8f319ae Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Fri, 22 Oct 2021 14:24:44 +0100 Subject: [PATCH] ice: Nuild fix. M --- drivers/net/ethernet/intel/ice/ice_devlink.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/ethernet/intel/ice/ice_devlink.c b/drivers/net/ethernet/intel/ice/ice_devlink.c index 1fb754b..b9bd9f9 100644 --- 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_pf *pf, struct ice_info_ctx *ctx) 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) -- 2.7.4