soc/nvidia/tegra124/sor.c: Remove trailing semicolon

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: I9563a7f6d37937a4951c5053dcfee140579098e8
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67968
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Elyes Haouas 2022-09-29 12:34:02 +02:00 committed by Felix Held
parent c9cacc0565
commit 7d030c7772
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ static void tegra_dc_sor_power_up(struct tegra_dc_sor_data *sor,
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);