mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 09:04:21 +03:00
Fixed a return macro
date 99.09.03.21.26.00; author rmoore1; state Exp;
This commit is contained in:
parent
cd87c0c8f5
commit
7fd13eae0f
@ -733,5 +733,5 @@ HwRegisterIO (
|
|||||||
RegisterValue >>= HwGetBitShift (Mask);
|
RegisterValue >>= HwGetBitShift (Mask);
|
||||||
|
|
||||||
DEBUG_PRINT (TRACE_IO, ("Register I/O: returning 0x%X\n", RegisterValue));
|
DEBUG_PRINT (TRACE_IO, ("Register I/O: returning 0x%X\n", RegisterValue));
|
||||||
return_ACPI_STATUS (RegisterValue);
|
return_VALUE (RegisterValue);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user