aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-08-13 12:53:34 +0200
committerElyes Haouas <ehaouas@noos.fr>2023-08-15 03:18:39 +0000
commit108b99bab861136af9a5f0771e7ed118aef4cbaa (patch)
tree4910f41057e31ea319c107d7a649e507ceb40f79
parent4abc5c5e29b91187694d2dd7da8a0c80c9e588b3 (diff)
soc/samsung/exynos5420/clock: Remove space before semicolon
Change-Id: Iab1ac1609f117a1a80bc025bcbe4659189bdb676 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77159 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com>
-rw-r--r--src/soc/samsung/exynos5420/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5420/clock.c b/src/soc/samsung/exynos5420/clock.c
index ec81db3088..9809b2003e 100644
--- a/src/soc/samsung/exynos5420/clock.c
+++ b/src/soc/samsung/exynos5420/clock.c
@@ -599,7 +599,7 @@ void clock_select_i2s_clk_source(void)
int clock_set_i2s_clk_prescaler(unsigned int src_frq, unsigned int dst_frq)
{
- unsigned int div ;
+ unsigned int div;
if ((dst_frq == 0) || (src_frq == 0)) {
printk(BIOS_DEBUG, "%s: Invalid frequency input for prescaler\n", __func__);