ACPICA: Update an info message during table load phase
ACPICA commit 1d435008fd9ea34768df8862de9cb6fff69650f6 Only emit an extra newline for acpiexec. Link: https://github.com/acpica/acpica/commit/1d435008 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
1001354ca3
commit
3a993ab603
@ -239,7 +239,7 @@ acpi_status acpi_tb_load_namespace(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!tables_failed) {
|
if (!tables_failed) {
|
||||||
ACPI_INFO(("%u ACPI AML tables successfully acquired and loaded\n", tables_loaded));
|
ACPI_INFO(("%u ACPI AML tables successfully acquired and loaded", tables_loaded));
|
||||||
} else {
|
} else {
|
||||||
ACPI_ERROR((AE_INFO,
|
ACPI_ERROR((AE_INFO,
|
||||||
"%u table load failures, %u successful",
|
"%u table load failures, %u successful",
|
||||||
@ -250,6 +250,10 @@ acpi_status acpi_tb_load_namespace(void)
|
|||||||
status = AE_CTRL_TERMINATE;
|
status = AE_CTRL_TERMINATE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef ACPI_APPLICATION
|
||||||
|
ACPI_DEBUG_PRINT_RAW((ACPI_DB_INIT, "\n"));
|
||||||
|
#endif
|
||||||
|
|
||||||
unlock_and_exit:
|
unlock_and_exit:
|
||||||
(void)acpi_ut_release_mutex(ACPI_MTX_TABLES);
|
(void)acpi_ut_release_mutex(ACPI_MTX_TABLES);
|
||||||
return_ACPI_STATUS(status);
|
return_ACPI_STATUS(status);
|
||||||
|
Loading…
Reference in New Issue
Block a user