Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336659
b: refs/heads/master
c: 17b1f45
h: refs/heads/master
i:
  336657: c3d429c
  336655: f08000c
v: v3
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Nov 14, 2012
1 parent 9ca9b9c commit 3edcd0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 47abd13ccfa140ad34620b343bf0e6eca15ed8e8
refs/heads/master: 17b1f45a68ebd7944904a801d81a5c4206f9f76b
8 changes: 4 additions & 4 deletions trunk/drivers/acpi/acpica/psloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ static acpi_status acpi_ps_get_aml_opcode(struct acpi_walk_state *walk_state)
ACPI_ERROR((AE_INFO,
"Unknown opcode 0x%.2X at table offset 0x%.4X, ignoring",
walk_state->opcode,
walk_state->aml_offset +
sizeof(struct acpi_table_header)));
(u32)(walk_state->aml_offset +
sizeof(struct acpi_table_header))));

ACPI_DUMP_BUFFER(walk_state->parser_state.aml - 16, 48);

Expand All @@ -152,8 +152,8 @@ static acpi_status acpi_ps_get_aml_opcode(struct acpi_walk_state *walk_state)
acpi_os_printf
("/*\nError: Unknown opcode 0x%.2X at table offset 0x%.4X, context:\n",
walk_state->opcode,
walk_state->aml_offset +
sizeof(struct acpi_table_header));
(u32)(walk_state->aml_offset +
sizeof(struct acpi_table_header)));

/* Dump the context surrounding the invalid opcode */

Expand Down

0 comments on commit 3edcd0c

Please sign in to comment.