ACPICA: Core: Replace all %d format specifiers with %u (unsigned)
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / acpi / acpica / dsmethod.c
index 2a9a561c2f017110e4ac61dc3c38f3a9a7d073c7..00846333773eec656e6f8561ba38c2bdbfc5dcee 100644 (file)
@@ -605,7 +605,7 @@ acpi_ds_terminate_control_method(union acpi_operand_object *method_desc,
                 * we immediately reuse it for the next thread executing this method
                 */
                ACPI_DEBUG_PRINT((ACPI_DB_DISPATCH,
-                                 "*** Completed execution of one thread, %d threads remaining\n",
+                                 "*** Completed execution of one thread, %u threads remaining\n",
                                  method_desc->method.thread_count));
        } else {
                /* This is the only executing thread for this method */