wifi: mwifiex: mark a variable unused
authorJohannes Berg <johannes.berg@intel.com>
Sun, 4 Sep 2022 19:29:06 +0000 (21:29 +0200)
committerKalle Valo <kvalo@kernel.org>
Wed, 7 Sep 2022 08:02:59 +0000 (11:02 +0300)
commit3208ae450248f2f61f272a2c0e85c303663b0912
tree52e191b19669352911e16efafbb58c1a91af90df
parent9d5b665775d6fdfca5ec4ccadcbfda614e2e0a9c
wifi: mwifiex: mark a variable unused

We need to read a value from the device to wake it, but if it
succeeds we don't really care about it. Mark the variable to
avoid a compiler warning.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20220904212910.5d67f55178a1.If0789ab326935896e5886fa06dbb9ef0da6c0b41@changeid
drivers/net/wireless/marvell/mwifiex/pcie.c