Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318780
b: refs/heads/master
c: 579e382
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Jun 1, 2012
1 parent 4a4fcbd commit f699f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 6af1c4fc5227af65092ebc848989693562bfa3e8
refs/heads/master: 579e3820bd1381d36b2c41485e9e7a94216bb7ed
4 changes: 1 addition & 3 deletions trunk/drivers/acpi/acpica/exdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -926,9 +926,7 @@ acpi_ex_dump_package_obj(union acpi_operand_object *obj_desc,
case ACPI_TYPE_STRING:

acpi_os_printf("[String] Value: ");
for (i = 0; i < obj_desc->string.length; i++) {
acpi_os_printf("%c", obj_desc->string.pointer[i]);
}
acpi_ut_print_string(obj_desc->string.pointer, ACPI_UINT8_MAX);
acpi_os_printf("\n");
break;

Expand Down

0 comments on commit f699f21

Please sign in to comment.