diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-09-27 17:19:42 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-09-30 10:13:08 +0000 |
commit | e6174d3e288315e02d279a7ccdaa67b2d4747827 (patch) | |
tree | eea4610428373eb3c1de0084d32f813553dee48f /src/mainboard/packardbell | |
parent | 7335225600e5031760e4e0f5f20b2b49e4ac6a95 (diff) |
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>
Diffstat (limited to 'src/mainboard/packardbell')
-rw-r--r-- | src/mainboard/packardbell/ms2290/acpi/battery.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/packardbell/ms2290/acpi/battery.asl b/src/mainboard/packardbell/ms2290/acpi/battery.asl index 2f46f571b2..448cb72c6a 100644 --- a/src/mainboard/packardbell/ms2290/acpi/battery.asl +++ b/src/mainboard/packardbell/ms2290/acpi/battery.asl @@ -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) |