drivers: slimbus: Directly use ida_alloc()/free()
authorkeliu <liuke94@huawei.com>
Wed, 6 Jul 2022 10:11:30 +0000 (11:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Jul 2022 13:43:42 +0000 (15:43 +0200)
commitad8046594f85b5ddb250619f62b2b10de9b602ec
tree1190f3130c456345e8fdda3d4f5b36133fc666ec
parentff46a601afc5a66a81c3945b83d0a2caeb88e8bc
drivers: slimbus: Directly use ida_alloc()/free()

Use ida_alloc()/ida_free() instead of deprecated
ida_simple_get()/ida_simple_remove() .

Signed-off-by: keliu <liuke94@huawei.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20220706101131.6934-2-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/slimbus/core.c