[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ea2f6883e29453e9bdb134a183a0747ec06971f1.camel@linux.intel.com>
Date: Tue, 05 Mar 2024 06:58:26 -0800
From: srinivas pandruvada <srinivas.pandruvada@...ux.intel.com>
To: "Rafael J. Wysocki" <rjw@...ysocki.net>, Linux PM
<linux-pm@...r.kernel.org>
Cc: LKML <linux-kernel@...r.kernel.org>, "Rafael J. Wysocki"
<rafael@...nel.org>, Lukasz Luba <lukasz.luba@....com>, Daniel Lezcano
<daniel.lezcano@...aro.org>, Zhang Rui <rui.zhang@...el.com>, Stanislaw
Gruszka <stanislaw.gruszka@...ux.intel.com>
Subject: Re: [PATCH v1] thermal: intel: int340x_thermal: Use thermal zone
accessor functions
On Tue, 2024-03-05 at 12:32 +0100, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
>
> 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: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
Reviewed-by: Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>
> ---
> drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c | 3
> ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> Index: linux-
> pm/drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
> ===================================================================
> --- linux-
> pm.orig/drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
> +++ linux-
> pm/drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
> @@ -58,7 +58,8 @@ static int int340x_thermal_set_trip_temp
>
> 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)
>
>
>
Powered by blists - more mailing lists