mb/packardbell/ms2290/acpi/battery.asl: Remove unused remainder
We store the remainder in Local0, but we never use it. Change-Id: I4d209d7434508cb626aca8e7df50cc1c424e294a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45775 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
7335225600
commit
e6174d3e28
|
@ -53,7 +53,7 @@ Method(BINF, 2, Serialized)
|
|||
Store(Local2, Index(Arg0, 2)) // Last full charge capacity
|
||||
Store(1, PAGE)
|
||||
Store(BADV, Index(Arg0, 4)) // Design Voltage
|
||||
Divide (Local2, 20, Local0, Index(Arg0, 5)) // Warning capacity
|
||||
Divide (Local2, 20, , Index(Arg0, 5)) // Warning capacity
|
||||
|
||||
Store(1, PAGE)
|
||||
Store (BASN, Local0)
|
||||
|
|
Loading…
Reference in New Issue