From b7f987c19dad2c6d33c64e7f96a9b4deca9e2650 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 17 May 2013 23:13:40 +0000 Subject: Import ACPICA 20130517. --- source/components/executer/exoparg3.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/components/executer/exoparg3.c') diff --git a/source/components/executer/exoparg3.c b/source/components/executer/exoparg3.c index a7d44311ccae..b850485faa28 100644 --- a/source/components/executer/exoparg3.c +++ b/source/components/executer/exoparg3.c @@ -129,7 +129,6 @@ AcpiExOpcode_3A_0T_0R ( ACPI_FREE (Fatal); break; - default: ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X", @@ -176,7 +175,6 @@ AcpiExOpcode_3A_1T_1R ( switch (WalkState->Opcode) { case AML_MID_OP: /* Mid (Source[0], Index[1], Length[2], Result[3]) */ - /* * Create the return object. The Source operand is guaranteed to be * either a String or a Buffer, so just use its type. @@ -268,7 +266,6 @@ AcpiExOpcode_3A_1T_1R ( ReturnDesc->Buffer.Flags |= AOPOBJ_DATA_VALID; break; - default: ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X", -- cgit v1.3