diff options
author | 2021-09-10 12:51:00 +0100 | |
---|---|---|
committer | 2021-10-29 09:42:59 -0700 | |
commit | 1b9abade3e75e8ea33302cbba1d7f637399534d2 (patch) | |
tree | 8fb136c6531393656f4e4bd86fcebc7c475937cf /tools/perf/scripts/python/export-to-postgresql.py | |
parent | igb: unbreak I2C bit-banging on i350 (diff) | |
download | wireguard-linux-1b9abade3e75e8ea33302cbba1d7f637399534d2.tar.xz wireguard-linux-1b9abade3e75e8ea33302cbba1d7f637399534d2.zip |
net: ixgbevf: Remove redundant initialization of variable ret_val
The variable ret_val 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 <colin.king@canonical.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions