]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rpmb: Remove usage of the deprecated ida_simple_xx() API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Wed, 9 Oct 2024 20:53:05 +0000 (22:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Oct 2024 15:11:51 +0000 (17:11 +0200)
commitdfc881abca4247dcf453ce206f05fe09b51be158
treefd18a266a1451d213a73a1338005e5dc92503da1
parent96ea65295337fed271ce9f136edf6f7eaf3b657c
rpmb: 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().

This is less verbose.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/df8bfbe2a603c596566a4f967e37d10d208bbc3f.1728507153.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/rpmb-core.c