Skip to content

Commit

Permalink
V4L/DVB (11316): saa7191: tuner ops wasn't set.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 7c46733 commit fd3a019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/saa7191.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fd3a019

Please sign in to comment.