commit | 9bd9fbd9032a3b7e9ea916d6e58ba0116e0621be | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Tue Dec 19 06:00:39 2023 +0100 |
committer | Corey Minyard <minyard@acm.org> | Tue Dec 19 06:33:45 2023 -0600 |
tree | 9c4c388b15fb92ce7757c002aec25da7d5e3d8f5 | |
parent | 242c6fd473a6a74eac4d4002be715a0d0dede036 [diff] |
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>