]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: Directly use ida_alloc()/free()
authorkeliu <liuke94@huawei.com>
Fri, 27 May 2022 07:36:36 +0000 (07:36 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 24 Jun 2022 19:44:53 +0000 (21:44 +0200)
commit74d2cdfe3aa05cb096debe67892b31b71b6dabe6
treed1a0936681af647de7b131bfbb9cc3c1377a701a
parentad55fa2408821ef833c6b866bded299459096f68
rtc: 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: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20220527073636.2474546-1-liuke94@huawei.com
drivers/rtc/class.c