diff options
Diffstat (limited to 'sys/contrib/dev/acpica/evxfregn.c')
-rw-r--r-- | sys/contrib/dev/acpica/evxfregn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/evxfregn.c b/sys/contrib/dev/acpica/evxfregn.c index 6e93229ca0d9..5b8e728737c7 100644 --- a/sys/contrib/dev/acpica/evxfregn.c +++ b/sys/contrib/dev/acpica/evxfregn.c @@ -2,7 +2,7 @@ * * Module Name: evxfregn - External Interfaces, ACPI Operation Regions and * Address Spaces. - * $Revision: 40 $ + * $Revision: 41 $ * *****************************************************************************/ @@ -265,7 +265,7 @@ AcpiInstallAddressSpaceHandler ( */ if(HandlerObj->AddrHandler.SpaceId == SpaceId) { - Status = AE_EXIST; + Status = AE_ALREADY_EXISTS; goto UnlockAndExit; } |