diff options
-rw-r--r-- | drivers/acpi/acpica/exoparg2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/exoparg2.c b/drivers/acpi/acpica/exoparg2.c index 4a34d6d53370..b0838a4ea53e 100644 --- a/drivers/acpi/acpica/exoparg2.c +++ b/drivers/acpi/acpica/exoparg2.c | |||
@@ -417,7 +417,8 @@ acpi_status acpi_ex_opcode_2A_1T_1R(struct acpi_walk_state *walk_state) | |||
417 | if (ACPI_FAILURE(status)) { | 417 | if (ACPI_FAILURE(status)) { |
418 | ACPI_EXCEPTION((AE_INFO, status, | 418 | ACPI_EXCEPTION((AE_INFO, status, |
419 | "Index (0x%X%8.8X) is beyond end of object (length 0x%X)", | 419 | "Index (0x%X%8.8X) is beyond end of object (length 0x%X)", |
420 | ACPI_FORMAT_UINT64(index), length)); | 420 | ACPI_FORMAT_UINT64(index), |
421 | (u32)length)); | ||
421 | goto cleanup; | 422 | goto cleanup; |
422 | } | 423 | } |
423 | 424 | ||