projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c46733
)
V4L/DVB (11316): saa7191: tuner ops wasn't set.
author
Hans Verkuil
<hverkuil@xs4all.nl>
Mon, 30 Mar 2009 11:03:02 +0000
(08:03 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:50 +0000
(12:43 -0300)
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>
drivers/media/video/saa7191.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/saa7191.c
b/drivers/media/video/saa7191.c
index
2e6fce5
..
3f523ae
100644
(file)
--- 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,