commit | 672e24772aeb45293c86f6176520d98b19cd48a1 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Apr 16 00:16:30 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 15 16:20:22 2020 -0700 |
tree | 921c144f72266307c0e57a8f91752cb7a48e6dd0 | |
parent | 7dba92037baf3fa00b4880a31fd532542264994c [diff] |
ipv6: remove redundant assignment to variable err The variable err 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: David S. Miller <davem@davemloft.net>