Re: [PATCH v2 net-next] sfc: remove unused variable 'efx_default_channel_type'

From: David Miller
Date: Wed Feb 19 2020 - 19:26:25 EST


From: YueHaibing <yuehaibing@xxxxxxxxxx>
Date: Wed, 19 Feb 2020 09:34:58 +0800

> drivers/net/ethernet/sfc/efx.c:116:38: warning:
> efx_default_channel_type defined but not used [-Wunused-const-variable=]
>
> commit 83975485077d ("sfc: move channel alloc/removal code")
> left behind this, remove it.
>
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Fixes: 83975485077d ("sfc: move channel alloc/removal code")
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
> ---
> v2: Add Fixes tag

Applied, thanks.