mirror of
https://github.com/acpica/acpica/
synced 2024-12-25 20:06:53 +03:00
Tests/AAPITS: Properly return status for early limit check.
Return a valid status on cache size check failure. Reported by Colin Ian King.
This commit is contained in:
parent
cf2f362d26
commit
c80fd53cde
@ -4188,7 +4188,7 @@ AtInitTest0058(void)
|
||||
printf ("Test Error: AtInitTest0058 skipped due to too small"
|
||||
"ACPI_MAX_OBJECT_CACHE_DEPTH constant (%d)\n",
|
||||
ACPI_MAX_OBJECT_CACHE_DEPTH);
|
||||
return (Status);
|
||||
return (AE_LIMIT);
|
||||
}
|
||||
|
||||
if (ACPI_FAILURE(Status = AtAMLcodeFileNameSet("init0058.aml")))
|
||||
|
Loading…
Reference in New Issue
Block a user