diff options
author | Nikolay Aleksandrov <nikolay@redhat.com> | 2014-01-24 02:43:43 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-24 04:10:24 +0400 |
commit | 0681a28264dcf948e0236adb7bf505a638c4dec1 (patch) | |
tree | 3c458ee6d99ef77af54bbb4a4b556f533e67aa3f /drivers/net/ethernet/Kconfig | |
parent | 237266f76d417b5fb1984ac3774e3a4fe070fe5d (diff) | |
download | linux-0681a28264dcf948e0236adb7bf505a638c4dec1.tar.xz |
bonding: fix u64 division
After the option conversion downdelay and updelay divide a u64
and on a 32 bit this causes the following errors:
ERROR: "__udivdi3" [drivers/net/bonding/bonding.ko] undefined!
ERROR: "__umoddi3" [drivers/net/bonding/bonding.ko] undefined!
Fix it by using a normal int instead because newval->value is capped
at INT_MAX by the way the option is defined.
Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/Kconfig')
0 files changed, 0 insertions, 0 deletions