From: Rafael J. Wysocki Date: Fri, 26 Apr 2024 13:00:56 +0000 (+0200) Subject: Merge back earlier thermal core changes for v6.10. X-Git-Tag: v6.10-rc1~176^2~1^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c882f172f930323e9c994b5b802edf7fb471597;p=thirdparty%2Flinux.git Merge back earlier thermal core changes for v6.10. --- 8c882f172f930323e9c994b5b802edf7fb471597 diff --cc drivers/thermal/thermal_debugfs.c index 5693cc8b231aa,d9f33df2ad2d1..771ef5ecadf64 --- a/drivers/thermal/thermal_debugfs.c +++ b/drivers/thermal/thermal_debugfs.c @@@ -751,9 -738,8 +745,9 @@@ static void tze_seq_stop(struct seq_fil static int tze_seq_show(struct seq_file *s, void *v) { - struct thermal_zone_device *tz = s->private; + struct thermal_debugfs *thermal_dbg = s->private; + struct thermal_zone_device *tz = thermal_dbg->tz_dbg.tz; - struct thermal_trip *trip; + struct thermal_trip_desc *td; struct tz_episode *tze; const char *type; int trip_id;