]> err.no Git - linux-2.6/blobdiff - net/ipv6/udplite.c
ACPI: thinkpad-acpi: minor hotkey_radio_sw fixes
[linux-2.6] / net / ipv6 / udplite.c
index 39f070518e68aafaba0b2f6899b2dea7d3f5f683..87d4202522ee167400f6ee2121c407c68315a91c 100644 (file)
@@ -26,7 +26,7 @@ static void udplitev6_err(struct sk_buff *skb,
                          struct inet6_skb_parm *opt,
                          int type, int code, int offset, __be32 info)
 {
-       return __udp6_lib_err(skb, opt, type, code, offset, info, udplite_hash);
+       __udp6_lib_err(skb, opt, type, code, offset, info, udplite_hash);
 }
 
 static struct inet6_protocol udplitev6_protocol = {