mirror of
https://github.com/acpica/acpica/
synced 2025-03-01 20:01:33 +03:00
Removed all compilation warnings under BeOS.
date 99.05.14.16.28.00; author grsmith1; state Exp;
This commit is contained in:
parent
3b1478be64
commit
3809ca89c0
@ -285,7 +285,7 @@ OsReleaseOpRqst (OBJECT_DESCRIPTOR *ObjDesc)
|
||||
if (ObjDesc->Mutex.LockCount == 0)
|
||||
{
|
||||
DEBUG_PRINT (ACPI_ERROR, ("Attempting to Release a Mutex that is not locked\n"));
|
||||
Status == AE_ERROR;
|
||||
Status = AE_ERROR;
|
||||
}
|
||||
|
||||
else if (ObjDesc->Mutex.ThreadId != (CurrentId = OsThreadId ()))
|
||||
|
Loading…
x
Reference in New Issue
Block a user