]> git.baikalelectronics.ru Git - kernel.git/commit
thermal: Directly use ida_alloc()/free()
authorkeliu <liuke94@huawei.com>
Fri, 27 May 2022 07:34:45 +0000 (07:34 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 14 Jun 2022 14:05:35 +0000 (16:05 +0200)
commitb0877dd4d7111f722bf7c5e33fe8ba95d7fb1ba5
tree7928d2cbc2dbb232e9b918b031b77ec995bec4a0
parent71374b58ebc7666369d670c06d1176f81c437c59
thermal: Directly use ida_alloc()/free()

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

Signed-off-by: keliu <liuke94@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/thermal/thermal_core.c