bonding: fix out of range parameters for bond_intmax_tbl
authorNikolay Aleksandrov <nikolay@redhat.com>
Thu, 15 May 2014 11:35:23 +0000 (13:35 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 May 2014 03:36:42 +0000 (23:36 -0400)
commit81c708068dfedece038e07d818ba68333d8d885d
tree6f1d18c4b1ff8131ab0c52b3ec41966a7a457961
parent583757446ba6850eff96cef6565d729266da9c5b
bonding: fix out of range parameters for bond_intmax_tbl

I've missed to add a NULL entry to the bond_intmax_tbl when I introduced
it with the conversion of arp_interval so add it now.

CC: Jay Vosburgh <j.vosburgh@gmail.com>
CC: Veaceslav Falico <vfalico@gmail.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Fixes: 7bdb04ed0dbf ("bonding: convert arp_interval to use the new option API")
Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Acked-by: Veaceslav Falico <vfalico@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_options.c