diff options
Diffstat (limited to 'drivers/acpi/acpica/nsparse.c')
| -rw-r--r-- | drivers/acpi/acpica/nsparse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/nsparse.c b/drivers/acpi/acpica/nsparse.c index 27cda52c76bc..5808c89e9fac 100644 --- a/drivers/acpi/acpica/nsparse.c +++ b/drivers/acpi/acpica/nsparse.c | |||
| @@ -136,8 +136,8 @@ acpi_ns_one_complete_parse(u32 pass_number, | |||
| 136 | 136 | ||
| 137 | /* Parse the AML */ | 137 | /* Parse the AML */ |
| 138 | 138 | ||
| 139 | ACPI_DEBUG_PRINT((ACPI_DB_PARSE, "*PARSE* pass %d parse\n", | 139 | ACPI_DEBUG_PRINT((ACPI_DB_PARSE, "*PARSE* pass %u parse\n", |
| 140 | (unsigned)pass_number)); | 140 | pass_number)); |
| 141 | status = acpi_ps_parse_aml(walk_state); | 141 | status = acpi_ps_parse_aml(walk_state); |
| 142 | 142 | ||
| 143 | cleanup: | 143 | cleanup: |
