Home
last modified time | relevance | path

Searched hist:"7 d3118016787b5c05da94b3bcdb96c9d6ff82c44" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Drtnetlink.cdiff 7d3118016787b5c05da94b3bcdb96c9d6ff82c44 Sat Apr 25 06:28:14 CDT 2020 Colin Ian King <colin.king@canonical.com> net: rtnetlink: remove redundant assignment to variable err

The variable err is being initializeed 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>