Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350877
b: refs/heads/master
c: c8d586f
h: refs/heads/master
i:
  350875: c5f5e3f
v: v3
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Jan 10, 2013
1 parent e9e4f17 commit 9fdfda1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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: f8c9bfe461bb2923ae5d070f1ec0fb312825caad
refs/heads/master: c8d586f8ed0146d81186131df66cdbb19c41acda
9 changes: 5 additions & 4 deletions trunk/drivers/acpi/acpica/psloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ static acpi_status acpi_ps_get_aml_opcode(struct acpi_walk_state *walk_state)
(u32)(walk_state->aml_offset +
sizeof(struct acpi_table_header))));

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

#ifdef ACPI_ASL_COMPILER
/*
Expand All @@ -159,9 +160,9 @@ static acpi_status acpi_ps_get_aml_opcode(struct acpi_walk_state *walk_state)

acpi_ut_dump_buffer(((u8 *)walk_state->parser_state.
aml - 16), 48, DB_BYTE_DISPLAY,
walk_state->aml_offset +
sizeof(struct acpi_table_header) -
16);
(walk_state->aml_offset +
sizeof(struct acpi_table_header) -
16));
acpi_os_printf(" */\n");
#endif
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/acpica/utdelete.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ void acpi_ut_delete_internal_object_list(union acpi_operand_object **obj_list)
{
union acpi_operand_object **internal_obj;

ACPI_FUNCTION_NAME(ut_delete_internal_object_list);
ACPI_FUNCTION_ENTRY();

/* Walk the null-terminated internal list */

Expand Down

0 comments on commit 9fdfda1

Please sign in to comment.