]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/perf: Directly use ida_alloc()/free()
authorkeliu <liuke94@huawei.com>
Thu, 19 May 2022 08:01:26 +0000 (08:01 +0000)
committerWill Deacon <will@kernel.org>
Thu, 23 Jun 2022 14:44:45 +0000 (15:44 +0100)
commit9c1398d41db8f9283ac3cfcbc260dc5249e974b4
treef8b2bbdb00e9c5efb3761fd489a895f6323219e1
parent08aafa0d475a08e31a13403e9df41c7179f4bdcd
drivers/perf: 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>
Link: https://lore.kernel.org/r/20220519080127.147030-1-liuke94@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/perf/fsl_imx8_ddr_perf.c