In acpi_system_eventhandler_sleep(), I forgot to update
ACPI_STATE_UNKNOWN when switching to new sleep types.
Reported by: eduardo@
Fixes: 97d152698f48 ("acpi: Use sleep types defined in sys/power.h")
Sponsored by: The FreeBSD Foundation
Differential D55119
acpi: Fix trying to enter NONE state Authored by obiwac on Thu, Feb 5, 12:52 AM. Tags None Referenced Files
Subscribers
Details
In acpi_system_eventhandler_sleep(), I forgot to update Reported by: eduardo@
Diff Detail
Event TimelineComment Actions I do not see any other such type mistake with enum power_stype involved (have checked quite a number of references, including all of acpic.c and subr_power.c). |