commit | 465aa30420bc730ad8f0fe235bc80d169e4b5831 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Apr 10 20:11:50 2020 +0100 |
committer | Jakub Kicinski <kuba@kernel.org> | Sun Apr 12 11:44:02 2020 -0700 |
tree | 6e7328c5ae56355dca2ca0acbcb3125a485ccf6b | |
parent | 3b72f84f8fb65e83e85e9be58eabcf95a40b8f46 [diff] |
net: neterion: remove redundant assignment to variable tmp64 The variable tmp64 is being initialized 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 <colin.king@canonical.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>