[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <8850e62411ecc0a3d77a647c6bfc51387bf293ee.camel@linux.intel.com>
Date: Thu, 10 Aug 2023 09:53:23 -0700
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>,
Zhang Rui <rui.zhang@...el.com>,
Daniel Lezcano <daniel.lezcano@...aro.org>
Subject: Re: [PATCH v1 2/2] thermal: intel: intel_soc_dts_iosf: Drop
redundant symbol definition
On Wed, 2023-08-09 at 22:28 +0200, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
>
> SOC_MAX_DTS_SENSORS is already defined in intel_soc_dts_iosf.h which
> is
> included in intel_soc_dts_iosf.c, so it does not need to be defined
> in
> the latter again.
>
> Drop the redundant definition of that symbol from
> intel_soc_dts_iosf.c.
>
> No intentional functional impact.
>
> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@...el.com>
Reviewed-by: Srinivas Pandruvada<srinivas.pandruvada@...ux.intel.com>
> ---
> drivers/thermal/intel/intel_soc_dts_iosf.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> Index: linux-pm/drivers/thermal/intel/intel_soc_dts_iosf.c
> ===================================================================
> --- linux-pm.orig/drivers/thermal/intel/intel_soc_dts_iosf.c
> +++ linux-pm/drivers/thermal/intel/intel_soc_dts_iosf.c
> @@ -40,9 +40,6 @@
> /* Mask for two trips in status bits */
> #define SOC_DTS_TRIP_MASK 0x03
>
> -/* DTS0 and DTS 1 */
> -#define SOC_MAX_DTS_SENSORS 2
> -
> static int sys_get_trip_temp(struct thermal_zone_device *tzd, int
> trip,
> int *temp)
> {
>
>
>
Powered by blists - more mailing lists