]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: arm_scmi: Remove usage of the deprecated ida_simple_xxx API
authorBo Liu <liubo03@inspur.com>
Thu, 16 Jun 2022 05:50:52 +0000 (01:50 -0400)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 27 Jun 2022 15:58:14 +0000 (16:58 +0100)
commit40121a86213e219a5acc3a87b7ed18cff0cd206a
tree255e65bdd65ab1d9a2fd9905119ae0db6a5789aa
parent678d92ecbdc3667780e3974ae66464b908c44a28
firmware: arm_scmi: Remove usage of the deprecated ida_simple_xxx API

Replace the deprecated ida_simple_{get,remove} with ida_{alloc,free}.

Link: https://lore.kernel.org/r/20220616055052.4559-1-liubo03@inspur.com
Signed-off-by: Bo Liu <liubo03@inspur.com>
[sudeep.holla: Replace ida_alloc_min with ida_alloc as suggested by Cristian]
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scmi/bus.c