commit | adba931fbc825efca7c821f0d76baed0a8dc9189 | [log] [tgz] |
---|---|---|
author | Simon Horman <simon.horman@netronome.com> | Thu Jun 09 18:03:34 2016 +0900 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 09 11:23:37 2016 -0700 |
tree | 185fe365282c126fc93d05f5ed3fc463fc86c9b6 | |
parent | b8d99ba06b2163b4e14ba458fe7f47dfb09f61d3 [diff] |
sit: remove unnecessary protocol check in ipip6_tunnel_xmit() ipip6_tunnel_xmit() is called immediately after checking that skb->protocol is htons(ETH_P_IPV6) so there is no need to check it a second time. Found by inspection. Signed-off-by: Simon Horman <simon.horman@netronome.com> Reviewed-by: Dinan Gunawardena <dinan.gunawardena@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>