diff options
author | Colin Ian King <[email protected]> | 2022-11-04 13:50:36 +0000 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2022-11-08 09:40:18 +0200 |
commit | 9db485ce098fda396151253b34c5aa6a4fbf6c1b (patch) | |
tree | 238d9c18cecce875ec098c77e169f98c1b0aa4c8 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | f7333fc2135b96dc36965a8e711a9275432256df (diff) |
wifi: iwlegacy: remove redundant variable len
Variable len is being assigned and modified but it is never
used. The variable is redundant and can be removed.
Cleans up clang scan build warning:
warning: variable 'len' set but not used [-Wunused-but-set-variable]
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Stanislaw Gruszka <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions