]> err.no Git - linux-2.6/blobdiff - drivers/media/dvb/frontends/cx24123.c
V4L/DVB (3869): Convert cx24123 to refactored tuner code
[linux-2.6] / drivers / media / dvb / frontends / cx24123.c
index 691dc840dcc06ee15ad125aec428c6093413ad66..aa3fd8e6cef7a56452c706ff34ef50530b66a520 100644 (file)
@@ -687,9 +687,6 @@ static int cx24123_initfe(struct dvb_frontend* fe)
        for (i = 0; i < sizeof(cx24123_regdata) / sizeof(cx24123_regdata[0]); i++)
                cx24123_writereg(state, cx24123_regdata[i].reg, cx24123_regdata[i].data);
 
-       if (state->config->pll_init)
-               state->config->pll_init(fe);
-
        /* Configure the LNB for 14V */
        if (state->config->use_isl6421)
                cx24123_writelnbreg(state, 0x0, 0x2a);