diff options
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/acpica/exfldio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/exfldio.c b/drivers/acpi/acpica/exfldio.c index 6c79c29f082..f915a7f3f92 100644 --- 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, | |||
280 | if (ACPI_FAILURE(status)) { | 280 | if (ACPI_FAILURE(status)) { |
281 | if (status == AE_NOT_IMPLEMENTED) { | 281 | if (status == AE_NOT_IMPLEMENTED) { |
282 | ACPI_ERROR((AE_INFO, | 282 | ACPI_ERROR((AE_INFO, |
283 | "Region %s(0x%X) not implemented", | 283 | "Region %s (ID=%u) not implemented", |
284 | acpi_ut_get_region_name(rgn_desc->region. | 284 | acpi_ut_get_region_name(rgn_desc->region. |
285 | space_id), | 285 | space_id), |
286 | rgn_desc->region.space_id)); | 286 | rgn_desc->region.space_id)); |
287 | } else if (status == AE_NOT_EXIST) { | 287 | } else if (status == AE_NOT_EXIST) { |
288 | ACPI_ERROR((AE_INFO, | 288 | ACPI_ERROR((AE_INFO, |
289 | "Region %s(0x%X) has no handler", | 289 | "Region %s (ID=%u) has no handler", |
290 | acpi_ut_get_region_name(rgn_desc->region. | 290 | acpi_ut_get_region_name(rgn_desc->region. |
291 | space_id), | 291 | space_id), |
292 | rgn_desc->region.space_id)); | 292 | rgn_desc->region.space_id)); |