forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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