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

From: David Miller
Date: Fri Jul 15 2016 - 01:15:20 EST


From: Jiri Pirko <jiri@xxxxxxxxxxx>
Date: Thu, 14 Jul 2016 08:28:19 +0200

> 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>

Applied, thanks.