aboutsummaryrefslogtreecommitdiff
path: root/src/ec/compal/ene932/acpi/ac.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/compal/ene932/acpi/ac.asl')
-rw-r--r--src/ec/compal/ene932/acpi/ac.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/compal/ene932/acpi/ac.asl b/src/ec/compal/ene932/acpi/ac.asl
index b086bf5cd2..cc14b33add 100644
--- a/src/ec/compal/ene932/acpi/ac.asl
+++ b/src/ec/compal/ene932/acpi/ac.asl
@@ -9,7 +9,7 @@ Device (AC)
Method (_PSR)
{
- Store(ADPT, Local0)
+ Local0 = ADPT
Return(Local0)
}