[coreboot-gerrit] New patch to review for coreboot: stout: Fix ASL warnings

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sun Jan 31 14:05:04 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/13533

-gerrit

commit fe2c28255ca68e70e410460b71637a3de89b71f1
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sun Jan 31 13:22:56 2016 +0100

    stout: Fix ASL warnings
    
    Change-Id: I1ddf37aa61fe95ad632c35d8041aed02fb1e8c01
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/ec/quanta/it8518/acpi/battery.asl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ec/quanta/it8518/acpi/battery.asl b/src/ec/quanta/it8518/acpi/battery.asl
index 7866261..cc62ee2 100644
--- a/src/ec/quanta/it8518/acpi/battery.asl
+++ b/src/ec/quanta/it8518/acpi/battery.asl
@@ -164,7 +164,7 @@ Device (BATX)
 		//  Design capacity of Low (1%)
 		//
 		Divide (Local0,  20, Local1, Index (PBIF, 5))
-		Divide (Local0, 100, Local1, Index (PBIF, 6))
+		Divide (Local0, 100, , Index (PBIF, 6))
 
 		//
 		//  Design voltage
@@ -301,7 +301,7 @@ Device (BATX)
 		If (Local6)
 		{
 			Multiply (ECVO, Local1, Local1)
-			Divide (Local1, 1000, Local7, Local1)
+			Divide (Local1, 1000, , Local1)
 		}
 		Store (Local1, Index (PBST, One))
 



More information about the coreboot-gerrit mailing list