From c285b30b7d78aead0b201ca721d6e4c653e424ba Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 7 Feb 2016 23:59:34 +0100 Subject: ASL: Remove unused modulo recipient. Change-Id: I4b0a3073815ec8d98c2d23cd745f027517b6fa42 Signed-off-by: Vladimir Serbinenko Reviewed-on: https://review.coreboot.org/13619 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/ec/compal/ene932/acpi/battery.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ec/compal') diff --git a/src/ec/compal/ene932/acpi/battery.asl b/src/ec/compal/ene932/acpi/battery.asl index e7dd4e12da..12092c7b8a 100644 --- a/src/ec/compal/ene932/acpi/battery.asl +++ b/src/ec/compal/ene932/acpi/battery.asl @@ -77,10 +77,10 @@ Device (BATX) Store (BDC0, Index (PBIF, 1)) Store (BFC0, Index (PBIF, 2)) Store (BDV0, Index (PBIF, 4)) - Divide(BFC0, 0x64, Local0, Local1) + Divide(BFC0, 0x64, , Local1) Multiply(Local1, 0x0A, Local1) Store(Local1, Index(PBIF, 5)) - Divide(BFC0, 0x64, Local0, Local1) + Divide(BFC0, 0x64, , Local1) Multiply(Local1, 0x03, Local1) Store (Local1, Index (PBIF, 6)) -- cgit v1.2.3