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:
Vladimir Serbinenko 2016-01-29 19:48:25 +01:00
parent 8b73cee9e5
commit 2387220c1b
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Method(BSTA, 4, NotSerialized)
if (Local1) {
Multiply (BARC, 10, Index(Arg1, 2))
Multiply (Local2, BAVO, Local2)
Divide (Local2, 1000, Local3, Index(Arg1, 1))
Divide (Local2, 1000, , Index(Arg1, 1))
} else {
Store(BARC, Index(Arg1, 2))
Store(Local2, Index(Arg1, 1))