soc/nvidia/tegra210: Remove trailing semicolons

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Ibdbd9ae90aa9683f0381d1a2458f6918ce4c0faa
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67967
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
diff --git a/src/soc/nvidia/tegra210/sor.c b/src/soc/nvidia/tegra210/sor.c
index 3b0c128..91ea5f4 100644
--- a/src/soc/nvidia/tegra210/sor.c
+++ b/src/soc/nvidia/tegra210/sor.c
@@ -515,7 +515,7 @@
 static void dump_sor_reg(struct tegra_dc_sor_data *sor)
 {
 #define DUMP_REG(a) printk(BIOS_INFO, "%-32s  %03x  %08x\n",		\
-		#a, a, tegra_sor_readl(sor, a));
+		#a, a, tegra_sor_readl(sor, a))
 
 	DUMP_REG(NV_SOR_SUPER_STATE0);
 	DUMP_REG(NV_SOR_SUPER_STATE1);