https://github.com/torvalds/linux
Revision a9b760b0266f563b4784f695bbd0e717610dc10a authored by Kai-Heng Feng on 21 April 2020, 07:55:16 UTC, committed by Rafael J. Wysocki on 27 April 2020, 08:33:40 UTC
Transitioned power state logged at the end of setting ACPI power.

However, D3cold won't be in the message because state can only be
D3hot at most.

Use target_state to corretly report when power state is D3cold.

Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 6a8b55e
Raw File
Tip revision: a9b760b0266f563b4784f695bbd0e717610dc10a authored by Kai-Heng Feng on 21 April 2020, 07:55:16 UTC
PM: ACPI: Output correct message on target power state
Tip revision: a9b760b
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top