diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-09-10 12:51:00 +0100 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2021-10-29 09:42:59 -0700 |
commit | 1b9abade3e75e8ea33302cbba1d7f637399534d2 (patch) | |
tree | 8fb136c6531393656f4e4bd86fcebc7c475937cf /tools | |
parent | a97f8783a9374a1527d88477c23039a6f3e8a909 (diff) |
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')
0 files changed, 0 insertions, 0 deletions