X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fipv6%2Ftcp_ipv6.c;h=58810c65b6359524b171fa9ca0678b9a6a21241c;hb=c3cb5e193937c7aa50c323e7933507020bd26340;hp=53b6a4192b161eae3f44b226395e02a691ad120c;hpb=2ed0e21b30b53d3a94e204196e523e6c8f732b56;p=mv-sheeva.git diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 53b6a4192b1..58810c65b63 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c @@ -317,7 +317,7 @@ failure: } static void tcp_v6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, - int type, int code, int offset, __be32 info) + u8 type, u8 code, int offset, __be32 info) { struct ipv6hdr *hdr = (struct ipv6hdr*)skb->data; const struct tcphdr *th = (struct tcphdr *)(skb->data+offset);