diff options
Diffstat (limited to 'source/compiler/dttable1.c')
-rw-r--r-- | source/compiler/dttable1.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/compiler/dttable1.c b/source/compiler/dttable1.c index 2e6a85691..39cbde8b5 100644 --- a/source/compiler/dttable1.c +++ b/source/compiler/dttable1.c @@ -607,18 +607,18 @@ DtCompileCedt ( switch (CedtHeader->Type) { case ACPI_CEDT_TYPE_CHBS: - + Status = DtCompileTable (PFieldList, AcpiDmTableInfoCedt0, &Subtable); + break; + case ACPI_CEDT_TYPE_CFMWS: + Status = DtCompileTable (PFieldList, AcpiDmTableInfoCedt1, &Subtable); break; default: - DtFatal (ASL_MSG_UNKNOWN_SUBTABLE, SubtableStart, "CEDT"); return (AE_ERROR); } /* CEDT Subtable */ - - Status = DtCompileTable (PFieldList, AcpiDmTableInfoCedt0, &Subtable); if (ACPI_FAILURE (Status)) { return (Status); |