mlxsw: spectrum_router: Return -ENOENT in case of error
authorChristophe Jaillet <christophe.jaillet@wanadoo.fr>
Thu, 14 Jul 2016 06:18:45 +0000 (08:18 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jul 2016 05:14:54 +0000 (22:14 -0700)
commita1e3e7372c54fb74994a9cb72965d6e9b4c2efda
tree43c52d75dbffeda2c31e925dd3565acbf6b08ca9
parente6dab9021f13ad961aadb24770931e30e90e8aa7
mlxsw: spectrum_router: Return -ENOENT in case of error

'vr' should be a valid pointer here, so returning 'PTR_ERR(vr)' is wrong.
Return an explicit error code (-ENOENT) instead.

Fixes: 61c503f976 ("mlxsw: spectrum_router: Implement fib4 add/del switchdev obj ops")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
This page took 0.024729 seconds and 5 git commands to generate.