summaryrefslogtreecommitdiff
path: root/power/cannonlake.c
diff options
context:
space:
mode:
Diffstat (limited to 'power/cannonlake.c')
-rw-r--r--power/cannonlake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/power/cannonlake.c b/power/cannonlake.c
index 270eba5f35..b9181475ce 100644
--- a/power/cannonlake.c
+++ b/power/cannonlake.c
@@ -31,7 +31,7 @@ void chipset_force_shutdown(void)
* Consider reducing the latency here by changing the power off
* hold time on the PMIC.
*/
- if (!chipset_in_state(CHIPSET_STATE_HARD_OFF)) {
+ if (!chipset_in_state(CHIPSET_STATE_ANY_OFF)) {
forcing_shutdown = 1;
power_button_pch_press();
}