Re: [PATCH] mlxsw: spectrum_router: Return -ENOENT in case of error

From: Jiri Pirko
Date: Thu Jul 14 2016 - 02:28:34 EST


Thu, Jul 14, 2016 at 08:18:45AM CEST, christophe.jaillet@xxxxxxxxxx wrote:
>'vr' should be a valid pointer here, so returning 'PTR_ERR(vr)' is wrong.
>Return an explicit error code (-ENOENT) instead.
>

This is fo net-next.

Fixes: 61c503f976 ("mlxsw: spectrum_router: Implement fib4 add/del switchdev obj ops")

>Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Acked-by: Jiri Pirko <jiri@xxxxxxxxxxxx>


Thanks.