diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2021-01-04 22:20:55 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2021-01-04 22:20:55 +0000 |
| commit | a4634ed7779f0905e3bfeb781e58d40a5bdf9bb7 (patch) | |
| tree | 8e0e40f55257c63c3329cc4d985dd0640d3b2d26 /source/components/executer | |
| parent | 960614968e0da10b32875a57ea1e30cc9c85b5e0 (diff) | |
Import ACPICA 20201217.vendor/acpica/20201217
Diffstat (limited to 'source/components/executer')
| -rw-r--r-- | source/components/executer/exfldio.c | 2 | ||||
| -rw-r--r-- | source/components/executer/exresop.c | 4 | ||||
| -rw-r--r-- | source/components/executer/exstore.c | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/source/components/executer/exfldio.c b/source/components/executer/exfldio.c index 69f9e1a6c5fe..64be8bf1da9f 100644 --- a/source/components/executer/exfldio.c +++ b/source/components/executer/exfldio.c @@ -616,7 +616,7 @@ AcpiExFieldDatumIo ( * RegionField case and write the datum to the Operation Region */ - /*lint -fallthrough */ + ACPI_FALLTHROUGH; case ACPI_TYPE_LOCAL_REGION_FIELD: /* diff --git a/source/components/executer/exresop.c b/source/components/executer/exresop.c index bf43d5d28d7c..b0d1c7409e60 100644 --- a/source/components/executer/exresop.c +++ b/source/components/executer/exresop.c @@ -358,7 +358,7 @@ AcpiExResolveOperands ( TargetOp = AML_DEBUG_OP; - /*lint -fallthrough */ + ACPI_FALLTHROUGH; case ACPI_REFCLASS_ARG: case ACPI_REFCLASS_LOCAL: @@ -422,7 +422,7 @@ AcpiExResolveOperands ( * Else not a string - fall through to the normal Reference * case below */ - /*lint -fallthrough */ + ACPI_FALLTHROUGH; case ARGI_REFERENCE: /* References: */ case ARGI_INTEGER_REF: diff --git a/source/components/executer/exstore.c b/source/components/executer/exstore.c index b374d6faa1e0..d6b9143bbbf9 100644 --- a/source/components/executer/exstore.c +++ b/source/components/executer/exstore.c @@ -248,7 +248,7 @@ AcpiExStore ( return_ACPI_STATUS (AE_OK); } - /*lint -fallthrough */ + ACPI_FALLTHROUGH; default: @@ -585,7 +585,7 @@ AcpiExStoreObjectToNode ( break; } - /* Fallthrough */ + ACPI_FALLTHROUGH; case ACPI_TYPE_DEVICE: case ACPI_TYPE_EVENT: |
