]> git.itanic.dy.fi Git - linux-stable/commit
ipmi: Remove usage of the deprecated ida_simple_xx() API
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 19 Dec 2023 05:00:39 +0000 (06:00 +0100)
committerCorey Minyard <minyard@acm.org>
Tue, 19 Dec 2023 12:33:45 +0000 (06:33 -0600)
commit9bd9fbd9032a3b7e9ea916d6e58ba0116e0621be
tree9c4c388b15fb92ce7757c002aec25da7d5e3d8f5
parent242c6fd473a6a74eac4d4002be715a0d0dede036
ipmi: 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>
Message-Id: <b1a7a75263400742e5fda6bd7ba426772dc8ef11.1702961986.git.christophe.jaillet@wanadoo.fr>
Signed-off-by: Corey Minyard <minyard@acm.org>
drivers/char/ipmi/ipmi_msghandler.c