diff options
Diffstat (limited to 'drivers/acpi/dispatcher/dsopcode.c')
-rw-r--r-- | drivers/acpi/dispatcher/dsopcode.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/acpi/dispatcher/dsopcode.c b/drivers/acpi/dispatcher/dsopcode.c index fc9da4879cbf..f501e083aac7 100644 --- a/drivers/acpi/dispatcher/dsopcode.c +++ b/drivers/acpi/dispatcher/dsopcode.c | |||
@@ -359,7 +359,9 @@ acpi_status acpi_ds_get_region_arguments(union acpi_operand_object *obj_desc) | |||
359 | 359 | ||
360 | status = acpi_os_validate_address(obj_desc->region.space_id, | 360 | status = acpi_os_validate_address(obj_desc->region.space_id, |
361 | obj_desc->region.address, | 361 | obj_desc->region.address, |
362 | (acpi_size) obj_desc->region.length); | 362 | (acpi_size) obj_desc->region.length, |
363 | acpi_ut_get_node_name(node)); | ||
364 | |||
363 | if (ACPI_FAILURE(status)) { | 365 | if (ACPI_FAILURE(status)) { |
364 | /* | 366 | /* |
365 | * Invalid address/length. We will emit an error message and mark | 367 | * Invalid address/length. We will emit an error message and mark |