git.samba.org
/
sfrench
/
cifs-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
V4L/DVB (10626): ivtv: fix regression in get sliced vbi format
[sfrench/cifs-2.6.git]
/
drivers
/
media
/
video
/
ivtv
/
ivtv-ioctl.c
diff --git
a/drivers/media/video/ivtv/ivtv-ioctl.c
b/drivers/media/video/ivtv/ivtv-ioctl.c
index 9be6244573e9fe9272ec513e0c797c8296c239e6..c13bd2aa0bea6180a98fe078be7449e6ea2e25ca 100644
(file)
--- a/
drivers/media/video/ivtv/ivtv-ioctl.c
+++ b/
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;
}