[ACPI] ACPICA 20060113
[deliverable/linux.git] / drivers / acpi / executer / exoparg3.c
index 2ea1c322970b2cd4457e419a1373ff3a8a693d7e..a979b338a4911f6551a993e0d6b511bf6017cbbb 100644 (file)
@@ -6,7 +6,7 @@
  *****************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2005, R. Byron Moore
+ * Copyright (C) 2000 - 2006, R. Byron Moore
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -119,7 +119,8 @@ acpi_status acpi_ex_opcode_3A_0T_0R(struct acpi_walk_state *walk_state)
 
        default:
 
-               ACPI_REPORT_ERROR(("acpi_ex_opcode_3A_0T_0R: Unknown opcode %X\n", walk_state->opcode));
+               ACPI_REPORT_ERROR(("Unknown AML opcode %X\n",
+                                  walk_state->opcode));
                status = AE_AML_BAD_OPCODE;
                goto cleanup;
        }
@@ -242,7 +243,8 @@ acpi_status acpi_ex_opcode_3A_1T_1R(struct acpi_walk_state *walk_state)
 
        default:
 
-               ACPI_REPORT_ERROR(("acpi_ex_opcode_3A_0T_0R: Unknown opcode %X\n", walk_state->opcode));
+               ACPI_REPORT_ERROR(("Unknown AML opcode %X\n",
+                                  walk_state->opcode));
                status = AE_AML_BAD_OPCODE;
                goto cleanup;
        }
This page took 0.032784 seconds and 5 git commands to generate.