From: Joe Perches Date: Thu, 2 Jul 2009 16:52:46 +0000 (-0300) Subject: V4L/DVB (12196): cx18-fileops.c: Remove unnecessary semicolons X-Git-Tag: v2.6.32-rc1~679^2~198 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=32a60955fb6312f19ea4856e66b894bfb6c4e949 V4L/DVB (12196): cx18-fileops.c: Remove unnecessary semicolons Signed-off-by: Joe Perches Acked-by: Andy Walls Signed-off-by: Douglas Schilling Landgraf Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx18/cx18-fileops.c b/drivers/media/video/cx18/cx18-fileops.c index 29969c1..04d9c25 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) 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)) {