Commit 53b94f42 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki

thermal: intel: int340x_thermal: Use thermal zone accessor functions

Make int340x_thermal use the dedicated accessor functions for the
thermal zone device object address and the thermal zone type string.

This is requisite for future thermal core improvements.
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: default avatarSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
parent 166d017d
...@@ -58,7 +58,8 @@ static int int340x_thermal_set_trip_temp(struct thermal_zone_device *zone, ...@@ -58,7 +58,8 @@ static int int340x_thermal_set_trip_temp(struct thermal_zone_device *zone,
static void int340x_thermal_critical(struct thermal_zone_device *zone) static void int340x_thermal_critical(struct thermal_zone_device *zone)
{ {
dev_dbg(&zone->device, "%s: critical temperature reached\n", zone->type); dev_dbg(thermal_zone_device(zone), "%s: critical temperature reached\n",
thermal_zone_device_type(zone));
} }
static inline void *int_to_trip_priv(int i) static inline void *int_to_trip_priv(int i)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment