Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Joe Perches and committed by
Mauro Carvalho Chehab
32a60955 7c8b5679

+1 -1
+1 -1
drivers/media/video/cx18/cx18-fileops.c
··· 690 690 int res; 691 691 struct video_device *video_dev = video_devdata(filp); 692 692 struct cx18_stream *s = video_get_drvdata(video_dev); 693 - struct cx18 *cx = s->cx;; 693 + struct cx18 *cx = s->cx; 694 694 695 695 mutex_lock(&cx->serialize_lock); 696 696 if (cx18_init_on_first_open(cx)) {