Merge back thermal cotntrol material for v6.10.
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 6 May 2024 10:23:50 +0000 (12:23 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 6 May 2024 10:23:50 +0000 (12:23 +0200)
1  2 
drivers/thermal/thermal_debugfs.c

index 5693cc8b231aacdcf0a90f363a89e15f7bcd93f8,40ea0071a691e0915776d27820180041f1703f3c..c81e26a6a30f5bc41178434992200662a4de5394
@@@ -751,9 -744,8 +751,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;