diff mbox series

[v1] ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermal

Message ID 2725347.mvXUDI8C0e@kreacher (mailing list archive)
State Mainlined, archived
Headers show
Series [v1] ACPI: thermal: Drop list of device ACPI handles from struct acpi_thermal | expand

Commit Message

Rafael J. Wysocki Sept. 28, 2023, 6:47 p.m. UTC
From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

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 <rafael.j.wysocki@intel.com>
---
 drivers/acpi/thermal.c |    1 -
 1 file changed, 1 deletion(-)

Comments

Daniel Lezcano Sept. 29, 2023, 6:30 a.m. UTC | #1
On 28/09/2023 20:47, Rafael J. Wysocki wrote:
> From: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> 
> 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 <rafael.j.wysocki@intel.com>
> ---

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
diff mbox series

Patch

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;