summaryrefslogtreecommitdiffstats
path: root/src/ec/lenovo/h8/acpi/thermal.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/lenovo/h8/acpi/thermal.asl')
-rw-r--r--src/ec/lenovo/h8/acpi/thermal.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/lenovo/h8/acpi/thermal.asl b/src/ec/lenovo/h8/acpi/thermal.asl
index a1276fcd1fd5..bdc06425b442 100644
--- a/src/ec/lenovo/h8/acpi/thermal.asl
+++ b/src/ec/lenovo/h8/acpi/thermal.asl
@@ -11,7 +11,7 @@ Scope(\_TZ)
Method(C2K, 1, NotSerialized)
{
- Multiply(Arg0, 10, Local0)
+ Local0 = Arg0 * 10
Local0 += 2732
if (LLessEqual(Local0, 2732)) {
Return (3000)