]> git.baikalelectronics.ru Git - kernel.git/commit
media: rc: Directly use ida_free()
authorkeliu <liuke94@huawei.com>
Fri, 27 May 2022 10:30:17 +0000 (11:30 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 20 Jun 2022 09:30:33 +0000 (10:30 +0100)
commit8833d2a35a1b4866bcb731533230d631018ca3f3
treeb1b6eb7257abe6aa20d352ecb30ba15e2e00fa19
parent97cd63c5e95131f5500b4465d96d820f41a1f2c8
media: rc: Directly use ida_free()

Use ida_alloc() and ida_free() instead of the deprecated
ida_simple_get() and ida_simple_remove().

Signed-off-by: keliu <liuke94@huawei.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/rc/lirc_dev.c
drivers/media/rc/rc-main.c