rpmsg: Remove usage of the deprecated ida_simple_xx() API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 14 Jan 2024 09:37:43 +0000 (10:37 +0100)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 23 Jan 2024 01:32:23 +0000 (18:32 -0700)
commitacc48fee5e740d787edca168100b5284cae30c7b
tree5b6ae483529abe46fdc6e5d227a0100ca0835e8c
parent6613476e225e090cc9aad49be7fa504e290dd33d
rpmsg: Remove usage of the deprecated ida_simple_xx() API

ida_alloc() and ida_free() should be preferred to the deprecated
ida_simple_get() and ida_simple_remove().

Note that the upper limit of ida_simple_get() is exclusive, but the one of
ida_alloc_max() is inclusive. So a -1 has been added when needed.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/c09ee5b66d451bf97d14c167048549aa0824ee06.1705225049.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/rpmsg/rpmsg_char.c
drivers/rpmsg/rpmsg_ctrl.c