From: Eric Dumazet Date: Wed, 4 Feb 2015 23:03:25 +0000 (-0800) Subject: ipv6: fix sparse errors in ip6_make_flowlabel() X-Git-Tag: fixes-v4.0-rc1~200^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=677651462c774b5866be2bc42601303a76b021a0;p=pandora-kernel.git ipv6: fix sparse errors in ip6_make_flowlabel() include/net/ipv6.h:713:22: warning: incorrect type in assignment (different base types) include/net/ipv6.h:713:22: expected restricted __be32 [usertype] hash include/net/ipv6.h:713:22: got unsigned int include/net/ipv6.h:719:25: warning: restricted __be32 degrades to integer include/net/ipv6.h:719:22: warning: invalid assignment: ^= include/net/ipv6.h:719:22: left side has type restricted __be32 include/net/ipv6.h:719:22: right side has type unsigned int Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed