Przeglądaj źródła

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

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Andy Walls <awalls@radix.net>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Joe Perches 16 lat temu
rodzic
commit
32a60955fb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      drivers/media/video/cx18/cx18-fileops.c

+ 1 - 1
drivers/media/video/cx18/cx18-fileops.c

@@ -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)) {