]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
vti: fix sparse bit endian warnings
authorstephen hemminger <shemminger@vyatta.com>
Thu, 11 Oct 2012 12:51:28 +0000 (12:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Oct 2012 17:56:52 +0000 (13:56 -0400)
commit8437e7610c2d3e06f87f71fb82e10ed4b291812a
tree87fa039c243e134d04eb8ff6d6bb99c6e0ddbd39
parent4c67525849e0b7f4bd4fab2487ec9e43ea52ef29
vti: fix sparse bit endian warnings

Use be32_to_cpu instead of htonl to keep sparse happy.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_vti.c