nfp: flower: Remove usage of the deprecated ida_simple_xxx API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 1 Mar 2022 13:12:12 +0000 (14:12 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 3 Mar 2022 06:05:17 +0000 (22:05 -0800)
commit432509013f6668411730c0e51e9703b85a064de7
treeb2781c421f1630ab68385e322e18760854a4a657
parent9ae1ef4b1634547d7ab7d15a9ffd48df8ce6883c
nfp: flower: Remove usage of the deprecated ida_simple_xxx API

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@wanadoo.fr>
Signed-off-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/r/20220301131212.26348-1-simon.horman@corigine.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c