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.