commit | a1e3e7372c54fb74994a9cb72965d6e9b4c2efda | [log] [tgz] |
---|---|---|
author | Christophe Jaillet <christophe.jaillet@wanadoo.fr> | Thu Jul 14 08:18:45 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 14 22:14:54 2016 -0700 |
tree | 43c52d75dbffeda2c31e925dd3565acbf6b08ca9 | |
parent | e6dab9021f13ad961aadb24770931e30e90e8aa7 [diff] |
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>