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:
Filip Navara 2005-03-06 18:06:17 +00:00
parent dc2b964751
commit d0c2c28b81

View file

@ -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);
}