summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/common/display.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-03-23 15:15:28 +0100
committerYu-Ping Wu <yupingso@google.com>2024-03-28 09:18:26 +0000
commit4b76273ac963d4c5e7a85b5e47577afe4860de6b (patch)
tree70ae16a9fc544cea8309978ddf67972da7b14aba /src/soc/mediatek/common/display.c
parente6893677c1ca4d15342e2201b877d54d015a01b1 (diff)
soc/mediatek: Remove blank lines before '}' and after '{'
Change-Id: I0ce2b61329efede1ba8a02446610e3eb635ceedc Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81462 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/soc/mediatek/common/display.c')
-rw-r--r--src/soc/mediatek/common/display.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/mediatek/common/display.c b/src/soc/mediatek/common/display.c
index a5b0e6b031..0dea58c74f 100644
--- a/src/soc/mediatek/common/display.c
+++ b/src/soc/mediatek/common/display.c
@@ -81,7 +81,6 @@ int mtk_display_init(void)
return -1;
}
} else {
-
struct panel_serializable_data *mipi_data = NULL;
if (panel->get_edid) {