aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7191.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-03-30 08:03:02 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:43:50 -0300
commitfd3a019534e0a9ada11bcc357a8faa9251029cbb (patch)
tree2dba7c87e0347b9148f8c4829c9e5ae6fa39e92b /drivers/media/video/saa7191.c
parentV4L/DVB (11315): cx25840: fix 'unused variable' warning. (diff)
downloadlinux-dev-fd3a019534e0a9ada11bcc357a8faa9251029cbb.tar.xz
linux-dev-fd3a019534e0a9ada11bcc357a8faa9251029cbb.zip
V4L/DVB (11316): saa7191: tuner ops wasn't set.
The tuner ops pointer wasn't set, so s_std never worked here. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/media/video/saa7191.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7191.c b/drivers/media/video/saa7191.c
index 2e6fce5b51fd..3f523aeec56e 100644
--- a/drivers/media/video/saa7191.c
+++ b/drivers/media/video/saa7191.c
@@ -597,6 +597,7 @@ static const struct v4l2_subdev_video_ops saa7191_video_ops = {
static const struct v4l2_subdev_ops saa7191_ops = {
.core = &saa7191_core_ops,
.video = &saa7191_video_ops,
+ .tuner = &saa7191_tuner_ops,
};
static int saa7191_probe(struct i2c_client *client,