commit | aaf70ec7fde2321281b2a49c7c9f881c90d0d208 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Oct 17 21:25:32 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 17 21:25:32 2007 -0700 |
tree | 8d60e06a4b8eb498f35c0c3a3446fc00cdf8f61b | |
parent | 16910b9829797cda4032fbc84e5292ac7b4474f7 [diff] |
[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>