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>
This commit is contained in:
parent
7d030c7772
commit
fb0a751c76
|
@ -3,7 +3,7 @@
|
|||
#ifndef _PANEL_JDI_LPM102A188A_H_
|
||||
#define _PANEL_JDI_LPM102A188A_H_
|
||||
|
||||
#define LP8557_MAX_BRIGHTNESS 0xFFF;
|
||||
#define LP8557_MAX_BRIGHTNESS 0xFFF
|
||||
|
||||
#define LP8557_COMMAND 0x00
|
||||
#define LP8557_COMMAND_ON (1 << 0)
|
||||
|
|
|
@ -515,7 +515,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);
|
||||
|
|
Loading…
Reference in New Issue