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

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

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Acked-by: default avatarAndy Walls <awalls@radix.net>
Signed-off-by: default avatarDouglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 7c8b5679
...@@ -690,7 +690,7 @@ int cx18_v4l2_open(struct file *filp) ...@@ -690,7 +690,7 @@ int cx18_v4l2_open(struct file *filp)
int res; int res;
struct video_device *video_dev = video_devdata(filp); struct video_device *video_dev = video_devdata(filp);
struct cx18_stream *s = video_get_drvdata(video_dev); struct cx18_stream *s = video_get_drvdata(video_dev);
struct cx18 *cx = s->cx;; struct cx18 *cx = s->cx;
mutex_lock(&cx->serialize_lock); mutex_lock(&cx->serialize_lock);
if (cx18_init_on_first_open(cx)) { if (cx18_init_on_first_open(cx)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment