ACPICA: Parser: Remove redundant opcode execution debugging output
authorLv Zheng <lv.zheng@intel.com>
Thu, 23 Jul 2015 04:53:22 +0000 (12:53 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 23 Jul 2015 21:09:07 +0000 (23:09 +0200)
ACPICA commit c832b0a9263c560b3ae3ae31d7298ef33988f8d5

This patch removes one redundant debugging output of opcode execution which
has already been covered by acpi_ex_start_trace_opcode(). Lv Zheng.

Link: https://github.com/acpica/acpica/commit/c832b0a9
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/psloop.c

index a7de52ee15383bf60e3ef2d333428df2dedef2fc..6b11fd7a93dc215fa70b6e270d1c8bec544fadab 100644 (file)
@@ -491,14 +491,6 @@ acpi_status acpi_ps_parse_loop(struct acpi_walk_state *walk_state)
                                continue;
                        }
 
-                       if (walk_state->op_info) {
-                               ACPI_DEBUG_PRINT((ACPI_DB_PARSE,
-                                                 "Opcode %4.4X [%s] Op %p Aml %p\n",
-                                                 (u32)op->common.aml_opcode,
-                                                 walk_state->op_info->name, op,
-                                                 op->common.aml));
-                       }
-
                        acpi_ex_start_trace_opcode(op, walk_state);
                }