Message ID | 7eeefbbba34fc477540566c6b1888cb7c871f4cd.1246173681.git.joe@perches.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Douglas Landgraf |
Headers | show |
On Sun, 2009-06-28 at 09:26 -0700, Joe Perches wrote: > Signed-off-by: Joe Perches <joe@perches.com> > --- > 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 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)) { Acked-by: Andy Walls <awalls@radix.net> This is on topic for the ivtv-devel list, but must we spam the ivtv-users list with this sort of trivia? Perhaps your Maintainers file scraper script could be tweaked a little? Regards, Andy -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Sun, 2009-06-28 at 13:17 -0400, Andy Walls wrote: > This is on topic for the ivtv-devel list, but must we spam the > ivtv-users list with this sort of trivia? > > Perhaps your Maintainers file scraper script could be tweaked a little? Perhaps the ivtv-users list entries should be removed from MAINTAINERS -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Sun, 2009-06-28 at 10:21 -0700, Joe Perches wrote: > On Sun, 2009-06-28 at 13:17 -0400, Andy Walls wrote: > > This is on topic for the ivtv-devel list, but must we spam the > > ivtv-users list with this sort of trivia? > > > > Perhaps your Maintainers file scraper script could be tweaked a little? > > Perhaps the ivtv-users list entries should be removed from MAINTAINERS OK by me for 'CX18 VIDEO4LINUX DRIVER'. Also, a second website entry should be to be added for 'CX18 VIDEO4LINUX DRIVER' W: http://www.ivtvdriver.org/index.php/Cx18 Regards, Andy -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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)) {
Signed-off-by: Joe Perches <joe@perches.com> --- drivers/media/video/cx18/cx18-fileops.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)