diff options
author | Colin Ian King <[email protected]> | 2024-02-07 17:15:24 +0000 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2024-02-14 10:16:08 +0200 |
commit | b53adefc884ce470a5b27885466439cbb087813e (patch) | |
tree | ea05ace623d1d71e5e1924da63efe54342631b23 /scripts/bpf_doc.py | |
parent | 79ad70c6df0af8e6515a0cc064423b280f281582 (diff) |
wifi: carl9170: Remove redundant assignment to pointer super
The pointer super is being assigned a value that is not being read, it
is being re-assigned later. The assignment is redundant and can be
removed.
Cleans up clang scan warning:
drivers/net/wireless/ath/carl9170/tx.c:192:34: warning: Value stored to
'super' during its initialization is never read [deadcode.DeadStores]
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Christian Lamparter <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions