Re: [PATCH net-next] ieee802154: remove set but not used variable 'status'

From: David Miller
Date: Thu Oct 24 2019 - 18:19:55 EST


From: YueHaibing <yuehaibing@xxxxxxxxxx>
Date: Wed, 23 Oct 2019 15:06:18 +0800

> Fixes gcc '-Wunused-but-set-variable' warning:
>
> drivers/net/ieee802154/cc2520.c:221:5: warning:
> variable status set but not used [-Wunused-but-set-variable]
>
> It is never used, so can be removed.
>
> Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

I am assuming the WPAN folks will pick this up, thanks.