ila: propagate error code in ila_output
authorstephen hemminger <stephen@networkplumber.org>
Fri, 19 May 2017 16:55:49 +0000 (09:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 May 2017 17:42:33 +0000 (13:42 -0400)
commit9e7b19c51681f041af418ee87e5bc7b4b67e3318
tree1d6adc66a95e7c35a23005c53add2e5ac913bf1f
parent332b4fc88698dd0429924a61e09d1734940d80a0
ila: propagate error code in ila_output

This warning:
net/ipv6/ila/ila_lwt.c: In function ‘ila_output’:
net/ipv6/ila/ila_lwt.c:42:6: warning: variable ‘err’ set but not used [-Wunused-but-set-variable]

It looks like the code attempts to set propagate different error
values, but always returned -EINVAL.

Compile tested only. Needs review by original author.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ila/ila_lwt.c