ACPICA: Update/clarify messages for control method failures
ACPICA commit 2efd616e5b1c960f407763e6782f7dc259ea55df Attempting to improve error messages to clarify that errors are bubbled up from the original error, possibly across nested methods. Link: https://github.com/acpica/acpica/commit/2efd616e Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:

committed by
Rafael J. Wysocki

parent
90791fbbd2
commit
991371e0dd
@@ -523,12 +523,12 @@ acpi_status acpi_ps_parse_aml(struct acpi_walk_state *walk_state)
|
||||
if (status == AE_ABORT_METHOD) {
|
||||
acpi_ns_print_node_pathname(walk_state->
|
||||
method_node,
|
||||
"Method aborted:");
|
||||
"Aborting method");
|
||||
acpi_os_printf("\n");
|
||||
} else {
|
||||
ACPI_ERROR_METHOD
|
||||
("Method parse/execution failed",
|
||||
walk_state->method_node, NULL, status);
|
||||
ACPI_ERROR_METHOD("Aborting method",
|
||||
walk_state->method_node, NULL,
|
||||
status);
|
||||
}
|
||||
acpi_ex_enter_interpreter();
|
||||
|
||||
|
Reference in New Issue
Block a user