commit | 1ff05fb7114a6b4118e0f7d89fed2659f7131b0a | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Thu Nov 15 04:06:42 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 15 13:46:29 2012 -0500 |
tree | a654569d46e48cc242fa7599f6f719e80348933b | |
parent | d440b72068bb8dff3cc1c2a05b61e60843d82494 [diff] |
ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms() This change fixes a sparse warning triggered by casting the flowinfo from netlink messages in an u32 instead of be32. This change corrects that in order to resolve the sparse warning. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>