projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b3db2
)
ACPICA: Clarify a couple of error messages
author
Bob Moore
<robert.moore@intel.com>
Mon, 14 Feb 2011 07:52:56 +0000
(15:52 +0800)
committer
Len Brown
<len.brown@intel.com>
Thu, 3 Mar 2011 00:38:04 +0000
(19:38 -0500)
Clarify region error messages with ID= prefix for space id.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/exfldio.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/acpica/exfldio.c
b/drivers/acpi/acpica/exfldio.c
index
6c79c29
..
f915a7f
100644
(file)
--- a/
drivers/acpi/acpica/exfldio.c
+++ b/
drivers/acpi/acpica/exfldio.c
@@
-280,13
+280,13
@@
acpi_ex_access_region(union acpi_operand_object *obj_desc,
if (ACPI_FAILURE(status)) {
if (status == AE_NOT_IMPLEMENTED) {
ACPI_ERROR((AE_INFO,
- "Region %s
(0x%X
) not implemented",
+ "Region %s
(ID=%u
) not implemented",
acpi_ut_get_region_name(rgn_desc->region.
space_id),
rgn_desc->region.space_id));
} else if (status == AE_NOT_EXIST) {
ACPI_ERROR((AE_INFO,
- "Region %s
(0x%X
) has no handler",
+ "Region %s
(ID=%u
) has no handler",
acpi_ut_get_region_name(rgn_desc->region.
space_id),
rgn_desc->region.space_id));