ACPICA: Executer: Add interpreter tracing mode for method tracing facility
[firefly-linux-kernel-4.4.55.git] / drivers / acpi / acpica / psparse.c
index 97ea0e5360f162f76612d84a64640d838f8d4e27..98001d7f6f8035534bb4f2d700b2f47415b8a1dd 100644 (file)
@@ -147,9 +147,7 @@ acpi_ps_complete_this_op(struct acpi_walk_state * walk_state,
                return_ACPI_STATUS(AE_OK);      /* OK for now */
        }
 
-       ACPI_DEBUG_PRINT((ACPI_DB_TRACE_POINT,
-                         "End opcode: %s[0x%p].\n",
-                         op->common.aml_op_name, op->common.aml));
+       acpi_ex_stop_trace_opcode(op, walk_state);
 
        /* Delete this op and the subtree below it if asked to */