h8/battery: Fix ASL warning.
Change-Id: Idf74e400efa3fea8eb74f372e4f261ab6567db8a Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: https://review.coreboot.org/13513 Tested-by: build bot (Jenkins) Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@googlemail.com>
This commit is contained in:
parent
8b73cee9e5
commit
2387220c1b
|
@ -119,7 +119,7 @@ Method(BSTA, 4, NotSerialized)
|
||||||
if (Local1) {
|
if (Local1) {
|
||||||
Multiply (BARC, 10, Index(Arg1, 2))
|
Multiply (BARC, 10, Index(Arg1, 2))
|
||||||
Multiply (Local2, BAVO, Local2)
|
Multiply (Local2, BAVO, Local2)
|
||||||
Divide (Local2, 1000, Local3, Index(Arg1, 1))
|
Divide (Local2, 1000, , Index(Arg1, 1))
|
||||||
} else {
|
} else {
|
||||||
Store(BARC, Index(Arg1, 2))
|
Store(BARC, Index(Arg1, 2))
|
||||||
Store(Local2, Index(Arg1, 1))
|
Store(Local2, Index(Arg1, 1))
|
||||||
|
|
Loading…
Reference in New Issue