summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/roda/rk9/acpi/thermal.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/roda/rk9/acpi/thermal.asl b/src/mainboard/roda/rk9/acpi/thermal.asl
index 709c9128cd..9bf50d9cf6 100644
--- a/src/mainboard/roda/rk9/acpi/thermal.asl
+++ b/src/mainboard/roda/rk9/acpi/thermal.asl
@@ -6,7 +6,7 @@ Scope (\_TZ)
{
/* degree Celsius to deci-Kelvin (ACPI temperature unit) */
Method(C2dK, 1) {
- Local0 = 2732 + Multiply (Arg0, 10)
+ Local0 = 2732 + Arg0 * 10
Return (Local0)
}