ipv6: ignore rtnl_unicast() return code
authorHagen Paul Pfeifer <hagen@jauu.net>
Fri, 25 Feb 2011 05:45:20 +0000 (05:45 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Feb 2011 22:00:23 +0000 (14:00 -0800)
commitddc3731fcb712646e4a0f8e6117af6a153e9d36f
tree3b36d1f397ef7255ff437cf8f51921e03751e32e
parente9476e95d8707d1567d1af60df2c1f19630219a3
ipv6: ignore rtnl_unicast() return code

rtnl_unicast() return value is not of interest, we can silently ignore
it, save some instructions and four byte on the stack.

Signed-off-by: Hagen Paul Pfeifer <hagen@jauu.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6mr.c