forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/drivers/acpi/acpica/dbfileio.c
....@@ -93,7 +93,7 @@
9393 while (table_list_head) {
9494 table = table_list_head->table;
9595
96
- status = acpi_load_table(table);
96
+ status = acpi_load_table(table, NULL);
9797 if (ACPI_FAILURE(status)) {
9898 if (status == AE_ALREADY_EXISTS) {
9999 acpi_os_printf