diff options
Diffstat (limited to 'source/components/dispatcher/dswexec.c')
| -rw-r--r-- | source/components/dispatcher/dswexec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/components/dispatcher/dswexec.c b/source/components/dispatcher/dswexec.c index 3fa7b95bba8e..87e692a0634a 100644 --- a/source/components/dispatcher/dswexec.c +++ b/source/components/dispatcher/dswexec.c @@ -772,8 +772,7 @@ AcpiDsExecEndOp ( break; } - /* Fall through */ - /*lint -fallthrough */ + ACPI_FALLTHROUGH; case AML_INT_EVAL_SUBTREE_OP: |
