commit | 882288c05ede954e797baa623062f5ea06663ae1 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Thu Nov 13 12:48:21 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 13 14:32:00 2014 -0500 |
tree | d0d09aa042aa91ed38a3dc58b95d755e6c9c393c | |
parent | 9dfa9a27b620640322588df399eb8f624b48d877 [diff] |
FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELS net/ipv4/fou.c: In function ‘ip_tunnel_encap_del_fou_ops’: net/ipv4/fou.c:861:1: warning: no return statement in function returning non-void [-Wreturn-type] Fixes: a8c5f90fb5 ("ip_tunnel: Ops registration for secondary encap (fou, gue)") Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>