From d8cd02b5b5893df382c08566087e32fe5b0c3abb Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 19 Oct 2012 18:47:57 +0000 Subject: Import ACPICA 20121018. --- source/compiler/dttable.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/compiler/dttable.c') diff --git a/source/compiler/dttable.c b/source/compiler/dttable.c index d6baa53..2e8ac0a 100644 --- a/source/compiler/dttable.c +++ b/source/compiler/dttable.c @@ -872,7 +872,7 @@ DtCompileHest ( } } - return AE_OK; + return (AE_OK); } @@ -1184,8 +1184,8 @@ DtCompileMpst ( ACPI_MPST_POWER_NODE *MpstPowerNode; ACPI_MPST_DATA_HDR *MpstDataHeader; UINT16 SubtableCount; - UINT8 PowerStateCount; - UINT8 ComponentCount; + UINT32 PowerStateCount; + UINT32 ComponentCount; /* Main table */ -- cgit v1.1