]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum: Move max_width check up before count check
authorJiri Pirko <jiri@mellanox.com>
Thu, 31 Oct 2019 09:42:09 +0000 (11:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Oct 2019 17:54:46 +0000 (10:54 -0700)
commit5ac1b6772a583fa84ec492136224f4c1cd55fc28
tree6709ad4e99e02f8696c246626ed1d2c69f990e1c
parent000d836543be55b89ba8364b7985f7491e5a7348
mlxsw: spectrum: Move max_width check up before count check

The fact that the port cannot be split further should be checked before
checking the count, so move it.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Shalom Toledo <shalomt@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum.c