Elyes Haouas has uploaded this change for review. ( 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 --- M src/soc/samsung/exynos5420/clock.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/59/77159/1
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__);