summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/dsfield.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/dsfield.c')
-rw-r--r--sys/contrib/dev/acpica/dsfield.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/dsfield.c b/sys/contrib/dev/acpica/dsfield.c
index d9e8c50..8027453d 100644
--- a/sys/contrib/dev/acpica/dsfield.c
+++ b/sys/contrib/dev/acpica/dsfield.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: dsfield - Dispatcher field routines
- * $Revision: 43 $
+ * $Revision: 44 $
*
*****************************************************************************/
@@ -227,7 +227,6 @@ AcpiDsCreateField (
* Initialize an object for the new Node that is on
* the object stack
*/
-
Status = AcpiExPrepRegionFieldValue (Node, RegionNode, FieldFlags,
FieldBitPosition, Arg->Value.Size);
if (ACPI_FAILURE (Status))
@@ -358,7 +357,6 @@ AcpiDsCreateBankField (
* Initialize an object for the new Node that is on
* the object stack
*/
-
Status = AcpiExPrepBankFieldValue (Node, RegionNode, RegisterNode,
BankValue, FieldFlags, FieldBitPosition,
Arg->Value.Size);
@@ -486,7 +484,6 @@ AcpiDsCreateIndexField (
* Initialize an object for the new Node that is on
* the object stack
*/
-
Status = AcpiExPrepIndexFieldValue (Node, IndexRegisterNode,
DataRegisterNode, FieldFlags,
FieldBitPosition, Arg->Value.Size);
OpenPOWER on IntegriCloud