diff options
Diffstat (limited to 'drivers/media/pci/cx18/cx18-ioctl.c')
-rw-r--r-- | drivers/media/pci/cx18/cx18-ioctl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/pci/cx18/cx18-ioctl.c b/drivers/media/pci/cx18/cx18-ioctl.c index bb5073f72c42..cd8d2c2b1624 100644 --- a/drivers/media/pci/cx18/cx18-ioctl.c +++ b/drivers/media/pci/cx18/cx18-ioctl.c | |||
@@ -210,10 +210,6 @@ static int cx18_g_fmt_sliced_vbi_cap(struct file *file, void *fh, | |||
210 | if (v4l2_subdev_call(cx->sd_av, vbi, g_sliced_fmt, &fmt->fmt.sliced)) | 210 | if (v4l2_subdev_call(cx->sd_av, vbi, g_sliced_fmt, &fmt->fmt.sliced)) |
211 | return -EINVAL; | 211 | return -EINVAL; |
212 | 212 | ||
213 | /* Ensure V4L2 spec compliant output */ | ||
214 | vbifmt->reserved[0] = 0; | ||
215 | vbifmt->reserved[1] = 0; | ||
216 | vbifmt->io_size = sizeof(struct v4l2_sliced_vbi_data) * 36; | ||
217 | vbifmt->service_set = cx18_get_service_set(vbifmt); | 213 | vbifmt->service_set = cx18_get_service_set(vbifmt); |
218 | return 0; | 214 | return 0; |
219 | } | 215 | } |