| 96d81990 | 02-Aug-2024 |
Rafael J. Wysocki <[email protected]> |
thermal: helpers: Drop get_thermal_instance()
There are no more users of get_thermal_instance(), so drop it.
While at it, replace get_instance() returning a pointer to struct thermal_instance with
thermal: helpers: Drop get_thermal_instance()
There are no more users of get_thermal_instance(), so drop it.
While at it, replace get_instance() returning a pointer to struct thermal_instance with thermal_instance_present() returning a bool which is more straightforward.
No functional impact.
Signed-off-by: Rafael J. Wysocki <[email protected]> Reviewed-by: Lukasz Luba <[email protected]> Link: https://patch.msgid.link/[email protected] [ rjw: Dropped get_thermal_instance() documentation ] Signed-off-by: Rafael J. Wysocki <[email protected]>
show more ...
|