diff options
Diffstat (limited to 'drivers/acpi/acpica/tbxfload.c')
-rw-r--r-- | drivers/acpi/acpica/tbxfload.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/acpi/acpica/tbxfload.c b/drivers/acpi/acpica/tbxfload.c index 278666e39563..c89943b3ff3c 100644 --- a/drivers/acpi/acpica/tbxfload.c +++ b/drivers/acpi/acpica/tbxfload.c | |||
@@ -206,9 +206,7 @@ acpi_status acpi_tb_load_namespace(void) | |||
206 | } | 206 | } |
207 | 207 | ||
208 | if (!tables_failed) { | 208 | if (!tables_failed) { |
209 | ACPI_INFO((AE_INFO, | 209 | ACPI_INFO(("%u ACPI AML tables successfully acquired and loaded\n", tables_loaded)); |
210 | "%u ACPI AML tables successfully acquired and loaded\n", | ||
211 | tables_loaded)); | ||
212 | } else { | 210 | } else { |
213 | ACPI_ERROR((AE_INFO, | 211 | ACPI_ERROR((AE_INFO, |
214 | "%u table load failures, %u successful", | 212 | "%u table load failures, %u successful", |
@@ -301,7 +299,7 @@ acpi_status acpi_load_table(struct acpi_table_header *table) | |||
301 | 299 | ||
302 | /* Install the table and load it into the namespace */ | 300 | /* Install the table and load it into the namespace */ |
303 | 301 | ||
304 | ACPI_INFO((AE_INFO, "Host-directed Dynamic ACPI Table Load:")); | 302 | ACPI_INFO(("Host-directed Dynamic ACPI Table Load:")); |
305 | (void)acpi_ut_acquire_mutex(ACPI_MTX_TABLES); | 303 | (void)acpi_ut_acquire_mutex(ACPI_MTX_TABLES); |
306 | 304 | ||
307 | status = acpi_tb_install_standard_table(ACPI_PTR_TO_PHYSADDR(table), | 305 | status = acpi_tb_install_standard_table(ACPI_PTR_TO_PHYSADDR(table), |