2023-09-28 18:55:07

by Rafael J. Wysocki

[permalink] [raw]
Subject: [PATCH v1] ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermal

From: Rafael J. Wysocki <[email protected]>

Notice that the list of device ACPI handles in struct acpi_thermal is not
used and drop it.

No functional impact.

Signed-off-by: Rafael J. Wysocki <[email protected]>
---
drivers/acpi/thermal.c | 1 -
1 file changed, 1 deletion(-)

Index: linux-pm/drivers/acpi/thermal.c
===================================================================
--- linux-pm.orig/drivers/acpi/thermal.c
+++ linux-pm/drivers/acpi/thermal.c
@@ -111,7 +111,6 @@ struct acpi_thermal {
volatile u8 zombie;
struct acpi_thermal_trips trips;
struct thermal_trip *trip_table;
- struct acpi_handle_list devices;
struct thermal_zone_device *thermal_zone;
int kelvin_offset; /* in millidegrees */
struct work_struct thermal_check_work;




2023-09-29 12:48:36

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [PATCH v1] ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermal

On 28/09/2023 20:47, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <[email protected]>
>
> Notice that the list of device ACPI handles in struct acpi_thermal is not
> used and drop it.
>
> No functional impact.
>
> Signed-off-by: Rafael J. Wysocki <[email protected]>
> ---

Acked-by: Daniel Lezcano <[email protected]>

--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog