[coreboot-gerrit] New patch to review for coreboot: h8/battery: Fix ASL warning.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Fri Jan 29 19:59:53 CET 2016


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13513

-gerrit

commit c8b96b3fbaeee662d364d837282b04328cc852c9
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Fri Jan 29 19:48:25 2016 +0100

    h8/battery: Fix ASL warning.
    
    Change-Id: Idf74e400efa3fea8eb74f372e4f261ab6567db8a
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/ec/lenovo/h8/acpi/battery.asl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ec/lenovo/h8/acpi/battery.asl b/src/ec/lenovo/h8/acpi/battery.asl
index 11bfbea..0ebc9ee 100644
--- a/src/ec/lenovo/h8/acpi/battery.asl
+++ b/src/ec/lenovo/h8/acpi/battery.asl
@@ -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))



More information about the coreboot-gerrit mailing list