commit | 00ae702847df5566ce9182e9c895185e2ad1c181 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Tue Mar 30 23:08:37 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 31 03:23:56 2010 -0700 |
tree | 6258957adb1fb1b6086363536607a1124824bf4c | |
parent | ce6fbdefb68d46db88170494b277551f955b48e2 [diff] |
bonding: bond_xmit_roundrobin() fix Commit a2fd940f (bonding: fix broken multicast with round-robin mode) added a problem on litle endian machines. drivers/net/bonding/bond_main.c:4159: warning: comparison is always false due to limited range of data type Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>