summaryrefslogtreecommitdiff
path: root/baseboard/intelrvp/led_states.c
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/intelrvp/led_states.c')
-rw-r--r--baseboard/intelrvp/led_states.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/baseboard/intelrvp/led_states.c b/baseboard/intelrvp/led_states.c
index 8629085c4f..6bcee159a3 100644
--- a/baseboard/intelrvp/led_states.c
+++ b/baseboard/intelrvp/led_states.c
@@ -39,7 +39,7 @@ static enum led_states led_get_state(void)
new_state = STATE_CHARGING_FULL_CHARGE;
break;
}
- /* Intentional fall-through */
+ __fallthrough;
case PWR_STATE_DISCHARGE /* and PWR_STATE_DISCHARGE_FULL */:
if (chipset_in_state(CHIPSET_STATE_ON))
new_state = STATE_DISCHARGE_S0;