mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
date 2000.06.22.18.03.00; author rmoore1; state Exp;
This commit is contained in:
parent
7a7660b934
commit
450b4e3c4d
@ -316,7 +316,7 @@ AcpiAmlAcquireGlobalLock (
|
||||
{
|
||||
/* OK to get the lock */
|
||||
|
||||
Status = AcpiEvAcquireGlobalLock ()
|
||||
Status = AcpiEvAcquireGlobalLock ();
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
DEBUG_PRINT (ACPI_ERROR, ("Get Global Lock Failed!!\n"));
|
||||
|
Loading…
Reference in New Issue
Block a user