diff options
author | 2020-04-16 00:16:30 +0100 | |
---|---|---|
committer | 2020-04-15 16:20:22 -0700 | |
commit | 672e24772aeb45293c86f6176520d98b19cd48a1 (patch) | |
tree | 921c144f72266307c0e57a8f91752cb7a48e6dd0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net/rds: Use ERR_PTR for rds_message_alloc_sgs() (diff) | |
download | wireguard-linux-672e24772aeb45293c86f6176520d98b19cd48a1.tar.xz wireguard-linux-672e24772aeb45293c86f6176520d98b19cd48a1.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions