forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/acpi/acpica/dsinit.c
....@@ -3,7 +3,7 @@
33 *
44 * Module Name: dsinit - Object initialization namespace walk
55 *
6
- * Copyright (C) 2000 - 2018, Intel Corp.
6
+ * Copyright (C) 2000 - 2020, Intel Corp.
77 *
88 *****************************************************************************/
99
....@@ -200,9 +200,9 @@
200200
201201 /* DSDT is always the first AML table */
202202
203
- if (ACPI_COMPARE_NAME(table->signature, ACPI_SIG_DSDT)) {
203
+ if (ACPI_COMPARE_NAMESEG(table->signature, ACPI_SIG_DSDT)) {
204204 ACPI_DEBUG_PRINT_RAW((ACPI_DB_INIT,
205
- "\nInitializing Namespace objects:\n"));
205
+ "\nACPI table initialization:\n"));
206206 }
207207
208208 /* Summary of objects initialized */