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)
commit4ce7e51dc712f8a006ce6abcc49f788c79287c03
tree255e65bdd65ab1d9a2fd9905119ae0db6a5789aa
parent75c8f430d8596cf16634337fec8aec50e7b0feed
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