mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Return AE_NO_ACPI_TABLES instead of AE_OK when the ACPI tables are messed up.
svn path=/trunk/; revision=13857
This commit is contained in:
@@ -503,7 +503,7 @@ acpi_tb_get_table_rsdt (
|
||||
REPORT_ERROR (("Invalid signature where RSDP indicates %s should be located\n",
|
||||
table_signature));
|
||||
|
||||
return (status);
|
||||
return (AE_NO_ACPI_TABLES);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user