[PATCH] fixup! video: fsl-ldb: add ported driver from linux kernel
Ahmad Fatoum
a.fatoum at barebox.org
Fri Nov 28 12:09:56 PST 2025
video: fsl-ldb: fix unintended implicit fallthroughs
Coverity flagged this fallthroughs and they indeed look unintended.
Cc: Michael Grzeschik <m.grzeschik at pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum at barebox.org>
---
drivers/video/fsl-ldb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/video/fsl-ldb.c b/drivers/video/fsl-ldb.c
index 3fca7867a2a3..0ab720032ccb 100644
--- a/drivers/video/fsl-ldb.c
+++ b/drivers/video/fsl-ldb.c
@@ -220,8 +220,10 @@ static int fsl_ldb_ioctl(struct vpl *vpl, unsigned int port,
break;
case VPL_UNPREPARE:
fsl_ldb_atomic_disable(fsl_ldb);
+ break;
case VPL_PREPARE:
fsl_ldb_atomic_enable(fsl_ldb, data);
+ break;
case VPL_GET_VIDEOMODES:
if (fsl_ldb->modes) {
struct display_timings *timings = data;
--
2.47.3
More information about the barebox
mailing list