]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit64fdbc95842240a899cd831a0645f843988b79c4
tree3b36d1f397ef7255ff437cf8f51921e03751e32e
parent1a5267cfce11d4c77817a0e12f68759381974436
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