diff options
author | 2024-01-14 10:37:43 +0100 | |
---|---|---|
committer | 2024-01-22 18:32:23 -0700 | |
commit | acc48fee5e740d787edca168100b5284cae30c7b (patch) | |
tree | 5b6ae483529abe46fdc6e5d227a0100ca0835e8c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 6.8-rc1 (diff) | |
download | wireguard-linux-acc48fee5e740d787edca168100b5284cae30c7b.tar.xz wireguard-linux-acc48fee5e740d787edca168100b5284cae30c7b.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions