summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-04-17 15:11:50 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-04-24 20:43:09 +0200
commit8dff6e8438351c627289fd06893c36f3bd9666e5 (patch)
tree708404f6c47845f1c8d512655d3be28bf5d3d140 /drivers/thermal/thermal_core.c
parente271f9974d7e35a6eb05224660b2084035085173 (diff)
downloadlinux-stable-8dff6e8438351c627289fd06893c36f3bd9666e5.tar.gz
linux-stable-8dff6e8438351c627289fd06893c36f3bd9666e5.tar.bz2
linux-stable-8dff6e8438351c627289fd06893c36f3bd9666e5.zip
thermal/debugfs: Rename thermal_debug_update_temp() to thermal_debug_update_trip_stats()
Rename thermal_debug_update_temp() to thermal_debug_update_trip_stats() which is a better match for the purpose of the function. No functional impact. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Reviewed-by: Lukasz Luba <lukasz.luba@arm.com> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/thermal/thermal_core.c')
-rw-r--r--drivers/thermal/thermal_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/thermal_core.c b/drivers/thermal/thermal_core.c
index 914aaee6b39a..4debd3c9f327 100644
--- a/drivers/thermal/thermal_core.c
+++ b/drivers/thermal/thermal_core.c
@@ -504,7 +504,7 @@ void __thermal_zone_device_update(struct thermal_zone_device *tz,
if (governor->manage)
governor->manage(tz);
- thermal_debug_update_temp(tz);
+ thermal_debug_update_trip_stats(tz);
monitor_thermal_zone(tz);
}