commit | 0797cbd8e2741c69a4d416d8f669639a064db8d1 | [log] [tgz] |
---|---|---|
author | Lance Richardson <lrichard@redhat.com> | Wed Jan 06 17:22:46 2016 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 08 21:30:43 2016 -0500 |
tree | 620a7224a4852ac094e08079ea503bce566cb6ff | |
parent | 30d3d83a7dcef7a26c5c48e548bdd6a76754cbcd [diff] |
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>