diff options
author | Colin Ian King <[email protected]> | 2020-05-09 22:48:03 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2020-05-10 11:13:07 -0700 |
commit | 1ea08c6bce050a38aa303485af940645cc7b6375 (patch) | |
tree | 9788d5af980e5c1c0138b8e4a3fd93ded47ef34c /tools/perf/scripts/python/syscall-counts.py | |
parent | d728e6402c0023a46b8595e1736695517fd94a7a (diff) |
net: huawei_cdc_ncm: remove redundant assignment to variable ret
The variable ret is being initializeed with a value that is never read
and it is being updated later with a new value. The initialization
is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions