summaryrefslogtreecommitdiff
path: root/board/zoombini/led.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/zoombini/led.c')
-rw-r--r--board/zoombini/led.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/zoombini/led.c b/board/zoombini/led.c
index 30a2eea94c..2ba4d6511e 100644
--- a/board/zoombini/led.c
+++ b/board/zoombini/led.c
@@ -64,8 +64,7 @@ static void power_led_update(void)
power_led_is_pulsing = 0;
/* The power LED must be on in the Active state. */
set_led_state(EC_LED_ID_POWER, 1);
- } else if (chipset_in_state(CHIPSET_STATE_SUSPEND |
- CHIPSET_STATE_STANDBY)) {
+ } else if (chipset_in_state(CHIPSET_STATE_ANY_SUSPEND)) {
/* The power LED must pulse in the Suspend state. */
if (!power_led_is_pulsing) {
power_led_is_pulsing = 1;