Skip to content

Commit 01ca284

Browse files
xueqin Luorafaeljw
authored andcommitted
ACPI: thermal: Fix stale comment regarding trip points
Update the comment next to acpi_thermal_get_trip_points() call site in acpi_thermal_add() to reflect what the code does. It has diverged from the code after changes that removed the _CRT evaluation from acpi_thermal_get_trip_points() among other things. Signed-off-by: xueqin Luo <luoxueqin@kylinos.cn> Link: https://patch.msgid.link/20250208013335.126343-1-luoxueqin@kylinos.cn [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 0ad2507 commit 01ca284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/thermal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ static int acpi_thermal_add(struct acpi_device *device)
803803

804804
acpi_thermal_aml_dependency_fix(tz);
805805

806-
/* Get trip points [_CRT, _PSV, etc.] (required). */
806+
/* Get trip points [_ACi, _PSV, etc.] (required). */
807807
acpi_thermal_get_trip_points(tz);
808808

809809
crit_temp = acpi_thermal_get_critical_trip(tz);

0 commit comments

Comments
 (0)