summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-11-25 20:44:20 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-11-25 20:44:20 -0200
commit156c8dae5bd45c5b5dbe6639ed84e63d7aecbae6 (patch)
tree2fecbde90c2dcd5a017ea4673b06dcf643a1fb7d /linux/drivers/media/video
parent666c53bede6c91d23ed847472fae7132972016d4 (diff)
parent021403b80a79956514eb28824439c779ab968aa1 (diff)
downloadmediapointer-dvb-s2-156c8dae5bd45c5b5dbe6639ed84e63d7aecbae6.tar.gz
mediapointer-dvb-s2-156c8dae5bd45c5b5dbe6639ed84e63d7aecbae6.tar.bz2
merge: http://linuxtv.org/hg/~mkrufky/tda18271
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/tda8290.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/linux/drivers/media/video/tda8290.c b/linux/drivers/media/video/tda8290.c
index 7f59da01b..b6fdc01eb 100644
--- a/linux/drivers/media/video/tda8290.c
+++ b/linux/drivers/media/video/tda8290.c
@@ -628,13 +628,13 @@ static int tda829x_find_tuner(struct dvb_frontend *fe)
tda827x_attach(&t->fe, priv->tda827x_addr,
priv->i2c_props.adap, &priv->cfg);
-
- /* FIXME: tda827x module doesn't probe the tuner until
- * tda827x_initial_sleep is called
- */
- if (t->fe.ops.tuner_ops.sleep)
- t->fe.ops.tuner_ops.sleep(&t->fe);
}
+ if (t->fe.ops.tuner_ops.init)
+ t->fe.ops.tuner_ops.init(&t->fe);
+
+ if (t->fe.ops.tuner_ops.sleep)
+ t->fe.ops.tuner_ops.sleep(&t->fe);
+
ops->i2c_gate_ctrl(fe, 0);
switch (priv->ver) {