diff options
author | Joe Perches <joe@perches.com> | 2009-07-02 12:52:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 11:17:22 -0400 |
commit | 32a60955fb6312f19ea4856e66b894bfb6c4e949 (patch) | |
tree | 5243805805b85cc50019c885aa020d4278a820a5 | |
parent | 7c8b56795fdf59761ee3475b6add2fd4b635d2b6 (diff) |
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>
-rw-r--r-- | drivers/media/video/cx18/cx18-fileops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-fileops.c b/drivers/media/video/cx18/cx18-fileops.c index 29969c18949c..04d9c2508b86 100644 --- a/drivers/media/video/cx18/cx18-fileops.c +++ b/drivers/media/video/cx18/cx18-fileops.c | |||
@@ -690,7 +690,7 @@ int cx18_v4l2_open(struct file *filp) | |||
690 | int res; | 690 | int res; |
691 | struct video_device *video_dev = video_devdata(filp); | 691 | struct video_device *video_dev = video_devdata(filp); |
692 | struct cx18_stream *s = video_get_drvdata(video_dev); | 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 | mutex_lock(&cx->serialize_lock); | 695 | mutex_lock(&cx->serialize_lock); |
696 | if (cx18_init_on_first_open(cx)) { | 696 | if (cx18_init_on_first_open(cx)) { |