Home
last modified time | relevance | path

Searched hist:"672 e24772aeb45293c86f6176520d98b19cd48a1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dseg6.cdiff 672e24772aeb45293c86f6176520d98b19cd48a1 Wed Apr 15 18:16:30 CDT 2020 Colin Ian King <colin.king@canonical.com> 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>