The patch number 12196 was added via Douglas Schilling Landgraf 
<dougsl...@redhat.com>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Joe Perches  <j...@perches.com>
cx18-fileops.c: Remove unnecessary semicolons


Priority: normal

Signed-off-by: Joe Perches <j...@perches.com>
Acked-by: Andy Walls <awa...@radix.net>
Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com>


---

 linux/drivers/media/video/cx18/cx18-fileops.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r bdd435950673 -r 1ca5794e4384 
linux/drivers/media/video/cx18/cx18-fileops.c
--- a/linux/drivers/media/video/cx18/cx18-fileops.c     Tue Jun 16 16:08:17 
2009 -0400
+++ b/linux/drivers/media/video/cx18/cx18-fileops.c     Thu Jul 02 13:52:46 
2009 -0300
@@ -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)) {


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/1ca5794e43846af2a2a41f0786f3f80ee8574dba

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to