From: David S. Miller Date: Fri, 22 Oct 2021 13:24:44 +0000 (+0100) Subject: ice: Nuild fix. X-Git-Tag: microblaze-v5.18~635^2~125 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=b89e7f2c31ae5fe730567085da23574cb8f319ae;p=linux-2.6-microblaze.git ice: Nuild fix. M --- diff --git a/drivers/net/ethernet/intel/ice/ice_devlink.c b/drivers/net/ethernet/intel/ice/ice_devlink.c index 1fb754b1355b..b9bd9f9472f6 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)