Skip to content
Snippets Groups Projects
Commit fd3a0195 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

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: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 7c467333
No related branches found
No related tags found
No related merge requests found
...@@ -597,6 +597,7 @@ static const struct v4l2_subdev_video_ops saa7191_video_ops = { ...@@ -597,6 +597,7 @@ static const struct v4l2_subdev_video_ops saa7191_video_ops = {
static const struct v4l2_subdev_ops saa7191_ops = { static const struct v4l2_subdev_ops saa7191_ops = {
.core = &saa7191_core_ops, .core = &saa7191_core_ops,
.video = &saa7191_video_ops, .video = &saa7191_video_ops,
.tuner = &saa7191_tuner_ops,
}; };
static int saa7191_probe(struct i2c_client *client, static int saa7191_probe(struct i2c_client *client,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment