From 3abf3be8687355b5f81d0aba1d1738326cd7ab5f Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Mon, 16 Feb 2009 04:25:32 -0300 Subject: [PATCH] --- yaml --- r: 131415 b: refs/heads/master c: 7bf432d64c47f77111fbce5d48d7774df8b48948 h: refs/heads/master i: 131413: fc69c7826b1dd919fb6bc7555c77e112cf22668b 131411: bdc5ef6f46cc005178baffdcf2a7622d927e3d39 131407: b23e915889f191770e7f3ab65bd6f24b74f3e651 v: v3 --- [refs] | 2 +- trunk/drivers/media/video/ivtv/ivtv-ioctl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a4e303a8332a..efc709ae3ece 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ac9575f75c52bcb455120f8c43376b556acba048 +refs/heads/master: 7bf432d64c47f77111fbce5d48d7774df8b48948 diff --git a/trunk/drivers/media/video/ivtv/ivtv-ioctl.c b/trunk/drivers/media/video/ivtv/ivtv-ioctl.c index 9be6244573e9..c13bd2aa0bea 100644 --- a/trunk/drivers/media/video/ivtv/ivtv-ioctl.c +++ b/trunk/drivers/media/video/ivtv/ivtv-ioctl.c @@ -393,7 +393,7 @@ static int ivtv_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_fo return 0; } - v4l2_subdev_call(itv->sd_video, video, s_fmt, fmt); + v4l2_subdev_call(itv->sd_video, video, g_fmt, fmt); vbifmt->service_set = ivtv_get_service_set(vbifmt); return 0; }