diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2024-01-14 12:37:43 +0300 |
---|---|---|
committer | Mathieu Poirier <mathieu.poirier@linaro.org> | 2024-01-23 04:32:23 +0300 |
commit | acc48fee5e740d787edca168100b5284cae30c7b (patch) | |
tree | 5b6ae483529abe46fdc6e5d227a0100ca0835e8c /CREDITS | |
parent | 6613476e225e090cc9aad49be7fa504e290dd33d (diff) | |
download | linux-acc48fee5e740d787edca168100b5284cae30c7b.tar.xz |
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>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions