diff options
-rw-r--r-- | drivers/acpi/acpica/exconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/exconfig.c b/drivers/acpi/acpica/exconfig.c index d93b70be60ad..a689aacae2ba 100644 --- a/drivers/acpi/acpica/exconfig.c +++ b/drivers/acpi/acpica/exconfig.c | |||
@@ -588,7 +588,7 @@ acpi_status acpi_ex_unload_table(union acpi_operand_object *ddb_handle) | |||
588 | (ACPI_GET_DESCRIPTOR_TYPE(ddb_handle) != ACPI_DESC_TYPE_OPERAND) || | 588 | (ACPI_GET_DESCRIPTOR_TYPE(ddb_handle) != ACPI_DESC_TYPE_OPERAND) || |
589 | (ddb_handle->common.type != ACPI_TYPE_LOCAL_REFERENCE) || | 589 | (ddb_handle->common.type != ACPI_TYPE_LOCAL_REFERENCE) || |
590 | (!(ddb_handle->common.flags & AOPOBJ_DATA_VALID))) { | 590 | (!(ddb_handle->common.flags & AOPOBJ_DATA_VALID))) { |
591 | return_ACPI_STATUS(AE_BAD_PARAMETER); | 591 | return_ACPI_STATUS(AE_AML_OPERAND_TYPE); |
592 | } | 592 | } |
593 | 593 | ||
594 | /* Get the table index from the ddb_handle */ | 594 | /* Get the table index from the ddb_handle */ |