Corrected a missing '}' in the patch.
Signed-off-by: Al Stone <ahs3@redhat.com>
This commit is contained in:
parent
b523322d74
commit
5440607442
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user