From: David S. Miller Date: Fri, 22 Oct 2021 13:24:44 +0000 (+0100) Subject: ice: Nuild fix. X-Git-Tag: v5.16-rc1~159^2~125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b89e7f2c31ae5fe730567085da23574cb8f319ae;p=thirdparty%2Flinux.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 1fb754b1355bb..b9bd9f9472f6c 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)