forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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