diff options
Diffstat (limited to 'drivers/acpi/acpica/nsaccess.c')
-rw-r--r-- | drivers/acpi/acpica/nsaccess.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/nsaccess.c b/drivers/acpi/acpica/nsaccess.c index 3a2814676ac3..2cebfa94b79a 100644 --- a/drivers/acpi/acpica/nsaccess.c +++ b/drivers/acpi/acpica/nsaccess.c | |||
@@ -433,7 +433,7 @@ acpi_ns_lookup(union acpi_generic_state *scope_info, | |||
433 | 433 | ||
434 | if (search_parent_flag == ACPI_NS_NO_UPSEARCH) { | 434 | if (search_parent_flag == ACPI_NS_NO_UPSEARCH) { |
435 | ACPI_DEBUG_PRINT((ACPI_DB_NAMES, | 435 | ACPI_DEBUG_PRINT((ACPI_DB_NAMES, |
436 | "Search scope is [%4.4s], path has %d carat(s)\n", | 436 | "Search scope is [%4.4s], path has %u carat(s)\n", |
437 | acpi_ut_get_node_name | 437 | acpi_ut_get_node_name |
438 | (this_node), num_carats)); | 438 | (this_node), num_carats)); |
439 | } | 439 | } |
@@ -495,7 +495,7 @@ acpi_ns_lookup(union acpi_generic_state *scope_info, | |||
495 | path++; | 495 | path++; |
496 | 496 | ||
497 | ACPI_DEBUG_PRINT((ACPI_DB_NAMES, | 497 | ACPI_DEBUG_PRINT((ACPI_DB_NAMES, |
498 | "Multi Pathname (%d Segments, Flags=%X)\n", | 498 | "Multi Pathname (%u Segments, Flags=%X)\n", |
499 | num_segments, flags)); | 499 | num_segments, flags)); |
500 | break; | 500 | break; |
501 | 501 | ||