diff options
author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-07-02 13:52:46 -0300 |
---|---|---|
committer | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-07-02 13:52:46 -0300 |
commit | b2133bbb6784e940062cb5d074414242add4c58f (patch) | |
tree | 6ba42d1c11e22da2154fee695b95e0a90349d59d /linux | |
parent | 52bcb7460a6934b8b53c40964e2094d7998147ab (diff) | |
download | mediapointer-dvb-s2-b2133bbb6784e940062cb5d074414242add4c58f.tar.gz mediapointer-dvb-s2-b2133bbb6784e940062cb5d074414242add4c58f.tar.bz2 |
cx18-fileops.c: Remove unnecessary semicolons
From: Joe Perches <joe@perches.com>
Priority: normal
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Andy Walls <awalls@radix.net>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-fileops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-fileops.c b/linux/drivers/media/video/cx18/cx18-fileops.c index 817bb9263..227c99f24 100644 --- a/linux/drivers/media/video/cx18/cx18-fileops.c +++ b/linux/drivers/media/video/cx18/cx18-fileops.c @@ -726,7 +726,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)) { |