Corrected a missing '}' in the patch.

Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
Al Stone 2017-03-31 18:18:16 -06:00
parent b523322d74
commit 5440607442

View File

@ -2814,7 +2814,7 @@ Index: acpica-unix2-20170303/source/components/disassembler/dmopcode.c
if (NameString[0] != '_') if (NameString[0] != '_')
{ {
return; return;
@@ -884,25 +887,27 @@ AcpiDmDisassembleOneOp ( @@ -884,25 +887,28 @@ AcpiDmDisassembleOneOp (
AcpiDmNamestring (Op->Common.Value.Name); AcpiDmNamestring (Op->Common.Value.Name);
break; break;
@ -2837,6 +2837,7 @@ Index: acpica-unix2-20170303/source/components/disassembler/dmopcode.c
- Info->BitOffset += (UINT32) Op->Common.Value.Integer; - Info->BitOffset += (UINT32) Op->Common.Value.Integer;
+ Info->BitOffset += (UINT32) Op->Common.Value.Size; + Info->BitOffset += (UINT32) Op->Common.Value.Size;
break; break;
+ }
case AML_INT_RESERVEDFIELD_OP: case AML_INT_RESERVEDFIELD_OP: