Searched hist:"8 ae869714ba377c93d5dc546b97c0aeaba90b3c9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | route.c | diff 8ae869714ba377c93d5dc546b97c0aeaba90b3c9 Fri Apr 20 17:38:03 CDT 2018 David Ahern <dsahern@gmail.com> net/ipv6: Remove unncessary check on f6i in fib6_check
Dan reported an imbalance in fib6_check on use of f6i and checking whether it is null. Since fib6_check is only called if f6i is non-null, remove the unnecessary check.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|