diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-30 07:03:02 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:50 -0400 |
commit | fd3a019534e0a9ada11bcc357a8faa9251029cbb (patch) | |
tree | 2dba7c87e0347b9148f8c4829c9e5ae6fa39e92b /drivers/media/video/saa7191.c | |
parent | 7c4673335b5f0508a47763840d7f2403fa6d2773 (diff) |
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 'drivers/media/video/saa7191.c')
-rw-r--r-- | drivers/media/video/saa7191.c | 1 |
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 = { | |||
597 | static const struct v4l2_subdev_ops saa7191_ops = { | 597 | static const struct v4l2_subdev_ops saa7191_ops = { |
598 | .core = &saa7191_core_ops, | 598 | .core = &saa7191_core_ops, |
599 | .video = &saa7191_video_ops, | 599 | .video = &saa7191_video_ops, |
600 | .tuner = &saa7191_tuner_ops, | ||
600 | }; | 601 | }; |
601 | 602 | ||
602 | static int saa7191_probe(struct i2c_client *client, | 603 | static int saa7191_probe(struct i2c_client *client, |