Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367589
b: refs/heads/master
c: 475df48
h: refs/heads/master
i:
  367587: 642462b
v: v3
  • Loading branch information
Bob Moore authored and Rafael J. Wysocki committed Apr 12, 2013
1 parent 080ebbc commit 1d8b29d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 60f3deb54f413404f3aa1190e48b154481413a39
refs/heads/master: 475df486f5191ce0671b99aff029b38bff7a72f1
3 changes: 2 additions & 1 deletion trunk/drivers/acpi/acpica/exoparg2.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@ acpi_status acpi_ex_opcode_2A_1T_1R(struct acpi_walk_state *walk_state)
if (ACPI_FAILURE(status)) {
ACPI_EXCEPTION((AE_INFO, status,
"Index (0x%X%8.8X) is beyond end of object (length 0x%X)",
ACPI_FORMAT_UINT64(index), length));
ACPI_FORMAT_UINT64(index),
(u32)length));
goto cleanup;
}

Expand Down

0 comments on commit 1d8b29d

Please sign in to comment.