diff options
Diffstat (limited to 'src/ec/compal')
-rw-r--r-- | src/ec/compal/ene932/acpi/battery.asl | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |