]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: neterion: remove redundant assignment to variable tmp64
authorColin Ian King <colin.king@canonical.com>
Fri, 10 Apr 2020 19:11:50 +0000 (20:11 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sun, 12 Apr 2020 18:44:02 +0000 (11:44 -0700)
commit465aa30420bc730ad8f0fe235bc80d169e4b5831
tree6e7328c5ae56355dca2ca0acbcb3125a485ccf6b
parent3b72f84f8fb65e83e85e9be58eabcf95a40b8f46
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>
drivers/net/ethernet/neterion/s2io.c