bonding: use pre-defined macro in bond_mode_name instead of magic number 0
authorWang Sheng-Hui <shhuiw@gmail.com>
Wed, 24 Jul 2013 06:53:26 +0000 (14:53 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jul 2013 20:53:49 +0000 (13:53 -0700)
commitf52809483caceaf83bd2c7915a35ace3b6e7b0ef
tree5083d205c337825a85051872e6cb6cba574d7c15
parent9025c8e253369d324111c041032018955b80dd55
bonding: use pre-defined macro in bond_mode_name instead of magic number 0

We have BOND_MODE_ROUNDROBIN pre-defined as 0, and it's the lowest
mode number.
Use it to check the arg lower bound instead of magic number 0 in
bond_mode_name.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c