diff options
author | Colin Ian King <[email protected]> | 2020-01-14 16:56:01 +0000 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2020-01-26 17:45:15 +0200 |
commit | c3a913357c3e3d2225a83508f06ece01f5bada20 (patch) | |
tree | 252f6d6f987b1dffa80a304dcc4e61ca425906db /scripts/bpf_helpers_doc.py | |
parent | ed7791d9d0abc7e24223ab1663931c8e5351fea8 (diff) |
rtlwifi: rtl8188ee: remove redundant assignment to variable cond
Variable cond is being assigned with a value that is never
read, it is assigned a new value later on. The assignment is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Ping-Ke Shih <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions