diff options
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index 712b300f723f..301ef197d038 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -2028,7 +2028,7 @@ static void pvr2_hdw_cx25840_vbi_hack(struct pvr2_hdw *hdw) | |||
2028 | memset(&fmt, 0, sizeof(fmt)); | 2028 | memset(&fmt, 0, sizeof(fmt)); |
2029 | fmt.type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE; | 2029 | fmt.type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE; |
2030 | v4l2_device_call_all(&hdw->v4l2_dev, hdw->decoder_client_id, | 2030 | v4l2_device_call_all(&hdw->v4l2_dev, hdw->decoder_client_id, |
2031 | video, s_fmt, &fmt); | 2031 | vbi, s_sliced_fmt, &fmt.fmt.sliced); |
2032 | } | 2032 | } |
2033 | 2033 | ||
2034 | 2034 | ||