Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32a60955 authored by Joe Perches's avatar Joe Perches Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (12196): cx18-fileops.c: Remove unnecessary semicolons

parent 7c8b5679
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -690,7 +690,7 @@ int cx18_v4l2_open(struct file *filp)
	int res;
	struct video_device *video_dev = video_devdata(filp);
	struct cx18_stream *s = video_get_drvdata(video_dev);
	struct cx18 *cx = s->cx;;
	struct cx18 *cx = s->cx;

	mutex_lock(&cx->serialize_lock);
	if (cx18_init_on_first_open(cx)) {