]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum: Use WARN_ON() return value
authorIdo Schimmel <idosch@mellanox.com>
Mon, 20 Jun 2016 21:04:03 +0000 (23:04 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jun 2016 09:02:49 +0000 (05:02 -0400)
commit819ff3660f7d09739f5d39995e1c160b9e2cc53a
treeb9693a034a9719dbbe8f1d126dd3650c45cc8e31
parentf689401f179cc096e58e631925c391fd68909080
mlxsw: spectrum: Use WARN_ON() return value

Instead of checking for a condition and then issue the warning, just do
it in one go and simplify the code.

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