Re: [PATCH v2 2/2] nfp: flower: Remove usage of the deprecated ida_simple_xxx API

From: Simon Horman
Date: Fri Feb 11 2022 - 03:13:23 EST


On Thu, Feb 10, 2022 at 11:35:04PM +0100, Christophe JAILLET wrote:
> Use ida_alloc_xxx()/ida_free() instead to
> ida_simple_get()/ida_simple_remove().
> The latter is deprecated and more verbose.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>

Thanks for noticing and fixing this. It is much appreciated.

Acked-by: Simon Horman <simon.horman@xxxxxxxxxxxx>