ipv6: fib6: remove redundant initialization of variable err
authorColin Ian King <colin.king@canonical.com>
Sun, 13 Jun 2021 13:46:36 +0000 (14:46 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Jun 2021 19:42:26 +0000 (12:42 -0700)
commitb5ec0705ffe891910e8e615b2efb1c2b292e917c
tree67a85bdb08cf8cc8636bdccde18524120c42e9d6
parentce4f8afd85d6871e3ad76ce737fbbfc0521fa3e4
ipv6: fib6: remove redundant initialization of variable err

The variable err is being initialized with a value that is never read, the
assignment 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>
net/ipv6/fib6_rules.c