diff options
Diffstat (limited to 'net/ipv4/udplite.c')
-rw-r--r-- | net/ipv4/udplite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/udplite.c b/net/ipv4/udplite.c index f5baeb3e8b85..001b881ca36f 100644 --- a/net/ipv4/udplite.c +++ b/net/ipv4/udplite.c | |||
@@ -35,7 +35,7 @@ static int udplite_rcv(struct sk_buff *skb) | |||
35 | 35 | ||
36 | static void udplite_err(struct sk_buff *skb, u32 info) | 36 | static void udplite_err(struct sk_buff *skb, u32 info) |
37 | { | 37 | { |
38 | return __udp4_lib_err(skb, info, udplite_hash); | 38 | __udp4_lib_err(skb, info, udplite_hash); |
39 | } | 39 | } |
40 | 40 | ||
41 | static struct net_protocol udplite_protocol = { | 41 | static struct net_protocol udplite_protocol = { |