aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/tda18271-fe.c
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-12-02 02:32:49 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:03:12 -0200
commit1457263e9df6911384c474532a49d1b25bc9d248 (patch)
tree11d42dda097579e2923e3ebc93438e013e376dd3 /drivers/media/dvb/frontends/tda18271-fe.c
parentefce841093589bfef571a07e18e5446def9e04b4 (diff)
V4L/DVB (6724): tda18271: remove duplicated code
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/tda18271-fe.c')
-rw-r--r--drivers/media/dvb/frontends/tda18271-fe.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/media/dvb/frontends/tda18271-fe.c b/drivers/media/dvb/frontends/tda18271-fe.c
index 25c127f67c2..1944177da87 100644
--- a/drivers/media/dvb/frontends/tda18271-fe.c
+++ b/drivers/media/dvb/frontends/tda18271-fe.c
@@ -359,12 +359,7 @@ static int tda18271_tune(struct dvb_frontend *fe,
u32 div, N = 0;
int i;
- tda18271_read_regs(fe);
-
- /* test IR_CAL_OK to see if we need init */
- if ((regs[R_EP1] & 0x08) == 0)
- tda18271_init_regs(fe);
-
+ tda18271_init(fe);
dprintk(1, "freq = %d, ifc = %d\n", freq, ifc);