diff options
Diffstat (limited to 'drivers/acpi/acpica/dsmthdat.c')
| -rw-r--r-- | drivers/acpi/acpica/dsmthdat.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/acpi/acpica/dsmthdat.c b/drivers/acpi/acpica/dsmthdat.c index f3d52f59250b..d5e927f818a0 100644 --- a/drivers/acpi/acpica/dsmthdat.c +++ b/drivers/acpi/acpica/dsmthdat.c | |||
| @@ -146,7 +146,7 @@ void acpi_ds_method_data_delete_all(struct acpi_walk_state *walk_state) | |||
| 146 | 146 | ||
| 147 | for (index = 0; index < ACPI_METHOD_NUM_LOCALS; index++) { | 147 | for (index = 0; index < ACPI_METHOD_NUM_LOCALS; index++) { |
| 148 | if (walk_state->local_variables[index].object) { | 148 | if (walk_state->local_variables[index].object) { |
| 149 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Deleting Local%d=%p\n", | 149 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Deleting Local%u=%p\n", |
| 150 | index, | 150 | index, |
| 151 | walk_state->local_variables[index]. | 151 | walk_state->local_variables[index]. |
| 152 | object)); | 152 | object)); |
| @@ -162,7 +162,7 @@ void acpi_ds_method_data_delete_all(struct acpi_walk_state *walk_state) | |||
| 162 | 162 | ||
| 163 | for (index = 0; index < ACPI_METHOD_NUM_ARGS; index++) { | 163 | for (index = 0; index < ACPI_METHOD_NUM_ARGS; index++) { |
| 164 | if (walk_state->arguments[index].object) { | 164 | if (walk_state->arguments[index].object) { |
| 165 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Deleting Arg%d=%p\n", | 165 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Deleting Arg%u=%p\n", |
| 166 | index, | 166 | index, |
| 167 | walk_state->arguments[index].object)); | 167 | walk_state->arguments[index].object)); |
| 168 | 168 | ||
| @@ -226,7 +226,7 @@ acpi_ds_method_data_init_args(union acpi_operand_object **params, | |||
| 226 | index++; | 226 | index++; |
| 227 | } | 227 | } |
| 228 | 228 | ||
| 229 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "%d args passed to method\n", index)); | 229 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "%u args passed to method\n", index)); |
| 230 | return_ACPI_STATUS(AE_OK); | 230 | return_ACPI_STATUS(AE_OK); |
| 231 | } | 231 | } |
| 232 | 232 | ||
| @@ -323,7 +323,7 @@ acpi_ds_method_data_set_value(u8 type, | |||
| 323 | ACPI_FUNCTION_TRACE(ds_method_data_set_value); | 323 | ACPI_FUNCTION_TRACE(ds_method_data_set_value); |
| 324 | 324 | ||
| 325 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, | 325 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, |
| 326 | "NewObj %p Type %2.2X, Refs=%d [%s]\n", object, | 326 | "NewObj %p Type %2.2X, Refs=%u [%s]\n", object, |
| 327 | type, object->common.reference_count, | 327 | type, object->common.reference_count, |
| 328 | acpi_ut_get_type_name(object->common.type))); | 328 | acpi_ut_get_type_name(object->common.type))); |
| 329 | 329 | ||
| @@ -543,7 +543,7 @@ acpi_ds_store_object_to_local(u8 type, | |||
| 543 | union acpi_operand_object *new_obj_desc; | 543 | union acpi_operand_object *new_obj_desc; |
| 544 | 544 | ||
| 545 | ACPI_FUNCTION_TRACE(ds_store_object_to_local); | 545 | ACPI_FUNCTION_TRACE(ds_store_object_to_local); |
| 546 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Type=%2.2X Index=%d Obj=%p\n", | 546 | ACPI_DEBUG_PRINT((ACPI_DB_EXEC, "Type=%2.2X Index=%u Obj=%p\n", |
| 547 | type, index, obj_desc)); | 547 | type, index, obj_desc)); |
| 548 | 548 | ||
| 549 | /* Parameter validation */ | 549 | /* Parameter validation */ |
