summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/evxfregn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/evxfregn.c')
-rw-r--r--sys/contrib/dev/acpica/evxfregn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/evxfregn.c b/sys/contrib/dev/acpica/evxfregn.c
index 6e93229..5b8e728 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;
}
OpenPOWER on IntegriCloud