Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117301
b: refs/heads/master
c: c2de3a4
h: refs/heads/master
i:
  117299: aea576a
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Oct 23, 2008
1 parent 3a309ae commit 3dde4d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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: f02a99ac66748f8b62477c86f6df04d3ec6169fd
refs/heads/master: c2de3a49454cdc9ca42bbd5d742913421d049f59
8 changes: 6 additions & 2 deletions trunk/drivers/acpi/utilities/utobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,9 @@ acpi_ut_get_simple_object_size(union acpi_operand_object *internal_object,
* required eventually.
*/
ACPI_ERROR((AE_INFO,
"Unsupported Reference opcode=%X in object %p",
"Cannot convert to external object - "
"unsupported Reference type [%s] %X in object %p",
acpi_ut_get_reference_name(internal_object),
internal_object->reference.opcode,
internal_object));
status = AE_TYPE;
Expand All @@ -513,7 +515,9 @@ acpi_ut_get_simple_object_size(union acpi_operand_object *internal_object,

default:

ACPI_ERROR((AE_INFO, "Unsupported type=%X in object %p",
ACPI_ERROR((AE_INFO, "Cannot convert to external object - "
"unsupported type [%s] %X in object %p",
acpi_ut_get_object_type_name(internal_object),
ACPI_GET_OBJECT_TYPE(internal_object),
internal_object));
status = AE_TYPE;
Expand Down

0 comments on commit 3dde4d2

Please sign in to comment.