summaryrefslogtreecommitdiff
path: root/common/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.c')
-rw-r--r--common/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.c b/common/system.c
index c3a0f8ac58..6f64960170 100644
--- a/common/system.c
+++ b/common/system.c
@@ -1020,7 +1020,7 @@ static int handle_pending_reboot(enum ec_reboot_cmd cmd)
chip_save_reset_flags(chip_read_reset_flags() &
~EC_RESET_FLAG_AP_IDLE);
}
- /* Intentional fall-through */
+ __fallthrough;
case EC_REBOOT_HIBERNATE:
if (!IS_ENABLED(CONFIG_HIBERNATE))
return EC_ERROR_INVAL;