ipv4: eliminate endianness warnings in ip_fib.h
authorLance Richardson <lrichard@redhat.com>
Wed, 6 Jan 2016 22:22:46 +0000 (17:22 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Jan 2016 02:30:43 +0000 (21:30 -0500)
commit0797cbd8e2741c69a4d416d8f669639a064db8d1
tree620a7224a4852ac094e08079ea503bce566cb6ff
parent30d3d83a7dcef7a26c5c48e548bdd6a76754cbcd
ipv4: eliminate endianness warnings in ip_fib.h

fib_multipath_hash() computes a hash using __be32 values, force
cast these to u32 to pacify sparse.

Signed-off-by: Lance Richardson <lrichard@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
This page took 0.025625 seconds and 5 git commands to generate.