]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit926f709375b194df3b696e1670221563a5e56111
tree67a85bdb08cf8cc8636bdccde18524120c42e9d6
parent8e0103855a8970c32cc9038731c7487932eb4544
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