Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/77159?usp=email )
Change subject: soc/samsung/exynos5420/clock: Remove space before semicolon ......................................................................
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 --- M src/soc/samsung/exynos5420/clock.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Martin L Roth: Looks good to me, approved
diff --git a/src/soc/samsung/exynos5420/clock.c b/src/soc/samsung/exynos5420/clock.c index ec81db3..9809b20 100644 --- a/src/soc/samsung/exynos5420/clock.c +++ b/src/soc/samsung/exynos5420/clock.c @@ -599,7 +599,7 @@
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__);