Re: [PATCH net-next] mlxsw: spectrum: remove set but not used variable 'autoneg_status'

From: David Miller
Date: Tue Feb 26 2019 - 12:07:52 EST


From: YueHaibing <yuehaibing@xxxxxxxxxx>
Date: Mon, 25 Feb 2019 02:03:28 +0000

> Fixes gcc '-Wunused-but-set-variable' warning:
>
> drivers/net/ethernet/mellanox/mlxsw/spectrum.c: In function 'mlxsw_sp_port_get_link_ksettings':
> drivers/net/ethernet/mellanox/mlxsw/spectrum.c:3062:5: warning:
> variable 'autoneg_status' set but not used [-Wunused-but-set-variable]
>
> It's not used since commit 475b33cb66c9 ("mlxsw: spectrum: Remove unsupported
> eth_proto_lp_advertise field in PTYS")
>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Applied.