From a95efc1a1522251892a7baebcb0569741ad7c6ca Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 19 Apr 2013 05:49:53 +0000 Subject: Import ACPICA 20130418. --- source/components/executer/exconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/components/executer/exconfig.c') diff --git a/source/components/executer/exconfig.c b/source/components/executer/exconfig.c index 4f1962b791d8..7d72a5f884aa 100644 --- a/source/components/executer/exconfig.c +++ b/source/components/executer/exconfig.c @@ -643,7 +643,7 @@ AcpiExUnloadTable ( (DdbHandle->Common.Type != ACPI_TYPE_LOCAL_REFERENCE) || (!(DdbHandle->Common.Flags & AOPOBJ_DATA_VALID))) { - return_ACPI_STATUS (AE_BAD_PARAMETER); + return_ACPI_STATUS (AE_AML_OPERAND_TYPE); } /* Get the table index from the DdbHandle */ -- cgit v1.3