diff options
author | Daniel Lezcano <[email protected]> | 2023-01-18 23:26:10 +0100 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2023-01-24 12:37:56 +0100 |
commit | 8c5ee9155f8ae133070b40ee4be03cafb35c188d (patch) | |
tree | facb17705968d741381579412548ae2fe6f99bae /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 248da1fc8418c732e98726fe570d4db01385562d (diff) |
thermal/drivers/armada: Use the thermal_zone_get_crit_temp()
The driver browses the trip point to find out the critical trip
temperature. However the function thermal_zone_get_crit_temp() does
already that, so the routine is pointless in the driver.
Use thermal_zone_get_crit_temp() instead of inspecting all the trip
points.
In addition, the hysteresis value is set to zero. A critical trip
point does not have a hysteresis.
Signed-off-by: Daniel Lezcano <[email protected]>
Reviewed-by: Miquel Raynal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions