ACPICA: Update info messages during ACPICA init
ACPICA commit 4ccf8a1cc499ec8f00345f662a5887483980e1dd Small cleanup of messages. Link: https://github.com/acpica/acpica/commit/4ccf8a1c 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>
Цей коміт міститься в:

зафіксовано
Rafael J. Wysocki

джерело
2aabfad7c6
коміт
92b21a9502
@@ -208,11 +208,11 @@ static acpi_status acpi_tb_load_namespace(void)
|
||||
|
||||
if (!tables_failed) {
|
||||
ACPI_INFO((AE_INFO,
|
||||
"All (%u) ACPI AML tables successfully loaded",
|
||||
"%u ACPI AML tables successfully acquired and loaded",
|
||||
tables_loaded));
|
||||
} else {
|
||||
ACPI_ERROR((AE_INFO,
|
||||
"%u ACPI AML tables loaded, %u failed",
|
||||
"%u ACPI AML tables successfully acquired and loaded, %u failed",
|
||||
tables_loaded, tables_failed));
|
||||
}
|
||||
|
||||
|
Посилання в новій задачі
Заблокувати користувача