V4L/DVB (6724): tda18271: remove duplicated code

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Michael Krufky 2007-12-02 02:32:49 -03:00 committed by Mauro Carvalho Chehab
parent efce841093
commit 1457263e9d

View File

@ -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);