OSDN Git Service

bonding: fix ad_select module param check
authorNikolay Aleksandrov <nikolay@redhat.com>
Sun, 13 Jul 2014 07:47:47 +0000 (09:47 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Jul 2014 21:36:58 +0000 (14:36 -0700)
commit548d28bd0eac840d122b691279ce9f4ce6ecbfb6
treea12ae637b5457b93ca4890696fbcb9b492740557
parenta8a3e41c67d24eb12f9ab9680cbb85e24fcd9711
bonding: fix ad_select module param check

Obvious copy/paste error when I converted the ad_select to the new
option API. "lacp_rate" there should be "ad_select" so we can get the
proper value.

CC: Jay Vosburgh <j.vosburgh@gmail.com>
CC: Veaceslav Falico <vfalico@gmail.com>
CC: Andy Gospodarek <andy@greyhouse.net>
CC: David S. Miller <davem@davemloft.net>
Fixes: 9e5f5eebe765 ("bonding: convert ad_select to use the new option
API")
Reported-by: Karim Scheik <karim.scheik@prisma-solutions.at>
Signed-off-by: Nikolay Aleksandrov <nikolay@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c