aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra210/jdi_25x18_display
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-09-29 12:29:17 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-09-30 23:12:01 +0000
commitfb0a751c76e4276728c9317a161d4a8016d5c704 (patch)
tree9a04361d2a37e061120037327a8be8d9f5c29679 /src/soc/nvidia/tegra210/jdi_25x18_display
parent7d030c77722c5fea2dd36385ef409517e46c8132 (diff)
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>
Diffstat (limited to 'src/soc/nvidia/tegra210/jdi_25x18_display')
-rw-r--r--src/soc/nvidia/tegra210/jdi_25x18_display/panel-jdi-lpm102a188a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra210/jdi_25x18_display/panel-jdi-lpm102a188a.h b/src/soc/nvidia/tegra210/jdi_25x18_display/panel-jdi-lpm102a188a.h
index fca3cfc6bd..2e408a72fc 100644
--- a/src/soc/nvidia/tegra210/jdi_25x18_display/panel-jdi-lpm102a188a.h
+++ b/src/soc/nvidia/tegra210/jdi_25x18_display/panel-jdi-lpm102a188a.h
@@ -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)