summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/mediatek/mt8173/mt6391.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8173/mt6391.c b/src/soc/mediatek/mt8173/mt6391.c
index 9c8f1538b0..2186c063c1 100644
--- a/src/soc/mediatek/mt8173/mt6391.c
+++ b/src/soc/mediatek/mt8173/mt6391.c
@@ -25,7 +25,7 @@ int mt6391_configure_ca53_voltage(int uv)
/* For buck delay, default slew rate is 6.25mv/0.5us */
if (buck_val > current_val)
- return ((buck_val - current_val) / 2) ;
+ return ((buck_val - current_val) / 2);
else
return 0;
}