The patch number 14799 was added via Douglas Schilling Landgraf 
<[email protected]>
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 <[email protected]>

------

From: Hans Verkuil  <[email protected]>
em28xx: switch to new vbi subdev ops


Priority: normal

Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Douglas Schilling Landgraf <[email protected]>


---

 linux/drivers/media/video/em28xx/em28xx-video.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -r c7612a297da3 -r 3b66a9e8c856 
linux/drivers/media/video/em28xx/em28xx-video.c
--- a/linux/drivers/media/video/em28xx/em28xx-video.c   Wed May 12 15:10:47 
2010 -0300
+++ b/linux/drivers/media/video/em28xx/em28xx-video.c   Wed May 12 15:12:01 
2010 -0300
@@ -1866,7 +1866,7 @@
        mutex_lock(&dev->lock);
 
        f->fmt.sliced.service_set = 0;
-       v4l2_device_call_all(&dev->v4l2_dev, 0, video, g_fmt, f);
+       v4l2_device_call_all(&dev->v4l2_dev, 0, vbi, g_sliced_fmt, 
&f->fmt.sliced);
 
        if (f->fmt.sliced.service_set == 0)
                rc = -EINVAL;
@@ -1888,7 +1888,7 @@
                return rc;
 
        mutex_lock(&dev->lock);
-       v4l2_device_call_all(&dev->v4l2_dev, 0, video, g_fmt, f);
+       v4l2_device_call_all(&dev->v4l2_dev, 0, vbi, g_sliced_fmt, 
&f->fmt.sliced);
        mutex_unlock(&dev->lock);
 
        if (f->fmt.sliced.service_set == 0)


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/3b66a9e8c8562997a769853a161cf59744c29ddd

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to