Home
last modified time | relevance | path

Searched hist:aaf70ec7fde2321281b2a49c7c9f881c90d0d208 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Daddrconf.cdiff aaf70ec7fde2321281b2a49c7c9f881c90d0d208 Wed Oct 17 23:25:32 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [IPV6]: Cleanup snmp6_alloc_dev()

This functions is never called with NULL or not setup argument,
so the checks inside are redundant.

Also, the return value is always -ENOMEM, so no need in
additional variable for this.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>