forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
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