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:
parent
c9cacc0565
commit
7d030c7772
|
@ -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)
|
static void dump_sor_reg(struct tegra_dc_sor_data *sor)
|
||||||
{
|
{
|
||||||
#define DUMP_REG(a) printk(BIOS_INFO, "%-32s %03x %08x\n", \
|
#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_STATE0);
|
||||||
DUMP_REG(NV_SOR_SUPER_STATE1);
|
DUMP_REG(NV_SOR_SUPER_STATE1);
|
||||||
|
|
Loading…
Reference in New Issue