mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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:
parent
dc2b964751
commit
d0c2c28b81
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ acpi_tb_get_table_rsdt (
|
||||||
REPORT_ERROR (("Invalid signature where RSDP indicates %s should be located\n",
|
REPORT_ERROR (("Invalid signature where RSDP indicates %s should be located\n",
|
||||||
table_signature));
|
table_signature));
|
||||||
|
|
||||||
return (status);
|
return (AE_NO_ACPI_TABLES);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue