projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c8b567
)
V4L/DVB (12196): cx18-fileops.c: Remove unnecessary semicolons
author
Joe Perches
<joe@perches.com>
Thu, 2 Jul 2009 16:52:46 +0000
(13:52 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 12 Sep 2009 15:17:22 +0000
(12:17 -0300)
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>
drivers/media/video/cx18/cx18-fileops.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx18/cx18-fileops.c
b/drivers/media/video/cx18/cx18-fileops.c
index
29969c1
..
04d9c25
100644
(file)
--- 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)
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)) {