diff --git a/power/skylake.c b/power/skylake.c index e2a072c9df..9cad5baaf4 100644 --- a/power/skylake.c +++ b/power/skylake.c @@ -34,7 +34,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(); }