diff options
author | Colin Ian King <[email protected]> | 2021-06-03 14:19:04 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-06-03 15:25:29 -0700 |
commit | 92e1b57c3865c508e0ecd9824b7a64256329b8fd (patch) | |
tree | 41c35a1e584e52208eefd8d2ea821ac68eb18e9c /tools/perf/scripts/python/net_dropmonitor.py | |
parent | feb938fad63fb6fdd92ab082d0888ed5694af818 (diff) |
bonding: remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never read,
it is being updated later on. The assignment is redundant and can be
removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions