mb/getac/p470/acpi/battery.asl: Remove unused remainder

Change-Id: I6ddc3d0c50c5907e24644cea5979d064bea4acd1
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45913
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS 2020-10-01 18:55:52 +02:00 committed by Patrick Georgi
parent 90fe567fa9
commit ac3d4dc6ef
1 changed files with 4 additions and 4 deletions

View File

@ -79,9 +79,9 @@ Scope(\_SB) {
Store(\_SB.PCI0.LPCB.EC0.BPV0, Index(PBST, 3))
Multiply(\_SB.PCI0.LPCB.EC0.BRC0, 100, Local3)
Divide(Local3, \_SB.PCI0.LPCB.EC0.BFC0, Local3, Local0)
Divide(Local3, \_SB.PCI0.LPCB.EC0.BFC0, , Local0)
Multiply(\_SB.PCI0.LPCB.EC0.BFC0, Local0, Local3)
Divide(Local3, 0x64, Local3, Local0)
Divide(Local3, 0x64, , Local0)
Increment(Local0)
Store(Local0, Index(PBST, 2))
@ -184,9 +184,9 @@ Scope(\_SB) {
Store(\_SB.PCI0.LPCB.EC0.BPV2, Index(PBST, 3))
Multiply(\_SB.PCI0.LPCB.EC0.BRC2, 100, Local3)
Divide(Local3, \_SB.PCI0.LPCB.EC0.BFC2, Local3, Local0)
Divide(Local3, \_SB.PCI0.LPCB.EC0.BFC2, , Local0)
Multiply(\_SB.PCI0.LPCB.EC0.BFC2, Local0, Local3)
Divide(Local3, 0x64, Local3, Local0)
Divide(Local3, 0x64, , Local0)
Increment(Local0)
Store(Local0, Index(PBST, 2))