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>
This commit is contained in:
Elyes Haouas 2023-08-13 12:53:34 +02:00
parent 4abc5c5e29
commit 108b99bab8
1 changed files with 1 additions and 1 deletions

View File

@ -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__);