The patch number 14797 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]>
pvrusb2: 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/pvrusb2/pvrusb2-hdw.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 8e85e29c9dbc -r cd93b33d2085 
linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c
--- a/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c   Wed May 12 15:08:44 
2010 -0300
+++ b/linux/drivers/media/video/pvrusb2/pvrusb2-hdw.c   Wed May 12 15:09:39 
2010 -0300
@@ -2045,7 +2045,7 @@
        memset(&fmt, 0, sizeof(fmt));
        fmt.type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE;
        v4l2_device_call_all(&hdw->v4l2_dev, hdw->decoder_client_id,
-                            video, s_fmt, &fmt);
+                            vbi, s_sliced_fmt, &fmt.fmt.sliced);
 }
 
 


---

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

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

Reply via email to