ACPICA: Ensure all instances of AE_AML_INTERNAL have error messages
ACPICA commit ea9152daaec30760fa4c25285998f58233ec0db5 This exception is only meaningful with an associated error message. Link: https://github.com/acpica/acpica/commit/ea9152da Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
@@ -265,6 +265,8 @@ acpi_ex_do_logical_numeric_op(u16 opcode,
|
||||
|
||||
default:
|
||||
|
||||
ACPI_ERROR((AE_INFO,
|
||||
"Invalid numeric logical opcode: %X", opcode));
|
||||
status = AE_AML_INTERNAL;
|
||||
break;
|
||||
}
|
||||
@@ -345,6 +347,9 @@ acpi_ex_do_logical_op(u16 opcode,
|
||||
|
||||
default:
|
||||
|
||||
ACPI_ERROR((AE_INFO,
|
||||
"Invalid object type for logical operator: %X",
|
||||
operand0->common.type));
|
||||
status = AE_AML_INTERNAL;
|
||||
break;
|
||||
}
|
||||
@@ -388,6 +393,8 @@ acpi_ex_do_logical_op(u16 opcode,
|
||||
|
||||
default:
|
||||
|
||||
ACPI_ERROR((AE_INFO,
|
||||
"Invalid comparison opcode: %X", opcode));
|
||||
status = AE_AML_INTERNAL;
|
||||
break;
|
||||
}
|
||||
@@ -456,6 +463,8 @@ acpi_ex_do_logical_op(u16 opcode,
|
||||
|
||||
default:
|
||||
|
||||
ACPI_ERROR((AE_INFO,
|
||||
"Invalid comparison opcode: %X", opcode));
|
||||
status = AE_AML_INTERNAL;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user