commit | b6246f4d8d0778fd045b84dbd7fc5aadd8f3136e | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Apr 20 22:51:49 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 20 16:26:58 2020 -0700 |
tree | 8f84f8a4d4674e5a8fb876679283009faba227d8 | |
parent | bd1266d3f21f7aba69d6c0627b2b81beb67df824 [diff] |
net: ipv4: remove redundant assignment to variable rc The variable rc is being assigned 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: David S. Miller <davem@davemloft.net>