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.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/contrib/dev/acpica/evxfregn.c b/sys/contrib/dev/acpica/evxfregn.c
index 7e14873..cab8a43b 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: 35 $
+ * $Revision: 36 $
*
*****************************************************************************/
@@ -196,7 +196,6 @@ AcpiInstallAddressSpaceHandler (
* and the root. This is where the default handlers
* get placed.
*/
-
if ((Node->Type != ACPI_TYPE_DEVICE) &&
(Node->Type != ACPI_TYPE_PROCESSOR) &&
(Node->Type != ACPI_TYPE_THERMAL) &&
@@ -245,7 +244,6 @@ AcpiInstallAddressSpaceHandler (
/*
* Check for an existing internal object
*/
-
ObjDesc = AcpiNsGetAttachedObject (Node);
if (ObjDesc)
{
@@ -361,7 +359,6 @@ AcpiInstallAddressSpaceHandler (
/*
* Place this handler 1st on the list
*/
-
HandlerObj->Common.ReferenceCount =
(UINT16) (HandlerObj->Common.ReferenceCount +
ObjDesc->Common.ReferenceCount - 1);
@@ -448,7 +445,6 @@ AcpiRemoveAddressSpaceHandler (
/*
* find the address handler the user requested
*/
-
HandlerObj = ObjDesc->Device.AddrHandler;
LastObjPtr = &ObjDesc->Device.AddrHandler;
while (HandlerObj)
@@ -456,7 +452,6 @@ AcpiRemoveAddressSpaceHandler (
/*
* We have a handler, see if user requested this one
*/
-
if(HandlerObj->AddrHandler.SpaceId == SpaceId)
{
/*
OpenPOWER on IntegriCloud