summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/wil6210
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-05-09 14:57:32 +0300
committerKalle Valo <quic_kvalo@quicinc.com>2022-05-10 19:34:17 +0300
commit25c321e8534e9efe1869b548e7912faffed1f5be (patch)
treede09095c1dccc48465c2d9aa508cac62560cd763 /drivers/net/wireless/ath/wil6210
parent5962f370ce416371b432325a8f98680f73a1bfdc (diff)
downloadlinux-25c321e8534e9efe1869b548e7912faffed1f5be.tar.xz
ath11k: remove redundant assignment to variables vht_mcs and he_mcs
The variables vht_mcs and he_mcs are being initialized in the start of for-loops however they are re-assigned new values in the loop and not used outside the loop. The initializations are redundant and can be removed. Cleans up clang scan warnings: warning: Although the value stored to 'vht_mcs' is used in the enclosing expression, the value is never actually read from 'vht_mcs' [deadcode.DeadStores] warning: Although the value stored to 'he_mcs' is used in the enclosing expression, the value is never actually read from 'he_mcs' [deadcode.DeadStores] Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://lore.kernel.org/r/20220507184155.26939-1-colin.i.king@gmail.com
Diffstat (limited to 'drivers/net/wireless/ath/wil6210')
0 files changed, 0 insertions, 0 deletions