diff options
author | Colin Ian King <[email protected]> | 2021-10-07 17:37:22 +0100 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2021-10-13 09:20:30 +0300 |
commit | 51fd5c6417b9517b23aa655649a57ca90948b06f (patch) | |
tree | 9f796b749060c4a7afc3597308879b7df162b6db /tools/perf/scripts/python/check-perf-trace.py | |
parent | e3ec7017f6a20d12ddd9fe23d345ebb7b8c104dd (diff) |
rtlwifi: rtl8192ee: Remove redundant initialization of variable version
The variable version is being initialized with a value that is
never read, it is being updated afterwards in both branches of
an if statement. 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]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions