Re: [PATCH net-next] net: nci: remove set-but-not-used variable 'status'
From: David Miller <davem@davemloft.net>
Date: 2019-01-29 07:04:32
Also in:
linux-wireless, lkml
From: David Miller <davem@davemloft.net>
Date: 2019-01-29 07:04:32
Also in:
linux-wireless, lkml
From: YueHaibing <redacted> Date: Tue, 29 Jan 2019 14:40:28 +0800
gcc warning this:
net/nfc/nci/hci.c:373:5:
warning: variable 'status' set but not used [-Wunused-but-set-variable]
It not used since commit d8cd37ed2fc8 ("NFC: nci: Fix improper
management of HCI return code"), so can be removed.
Signed-off-by: YueHaibing <redacted>I'll let the wireless/nfc folks pick this up.