aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/dsmethod.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/acpica/dsmethod.c')
-rw-r--r--drivers/acpi/acpica/dsmethod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/dsmethod.c b/drivers/acpi/acpica/dsmethod.c
index 2a9a561c2f01..00846333773e 100644
--- a/drivers/acpi/acpica/dsmethod.c
+++ b/drivers/acpi/acpica/dsmethod.c
@@ -605,7 +605,7 @@ acpi_ds_terminate_control_method(union acpi_operand_object *method_desc,
605 * we immediately reuse it for the next thread executing this method 605 * we immediately reuse it for the next thread executing this method
606 */ 606 */
607 ACPI_DEBUG_PRINT((ACPI_DB_DISPATCH, 607 ACPI_DEBUG_PRINT((ACPI_DB_DISPATCH,
608 "*** Completed execution of one thread, %d threads remaining\n", 608 "*** Completed execution of one thread, %u threads remaining\n",
609 method_desc->method.thread_count)); 609 method_desc->method.thread_count));
610 } else { 610 } else {
611 /* This is the only executing thread for this method */ 611 /* This is the only executing thread for this method */