|
@@ -636,16 +636,9 @@ static int tune(struct dvb_frontend *fe, bool re_tune,
|
|
|
if (r)
|
|
|
return r;
|
|
|
state->tune_time = jiffies;
|
|
|
- return 0;
|
|
|
}
|
|
|
- if (*status & FE_HAS_LOCK)
|
|
|
- return 0;
|
|
|
|
|
|
- r = read_status(fe, status);
|
|
|
- if (r)
|
|
|
- return r;
|
|
|
-
|
|
|
- return 0;
|
|
|
+ return read_status(fe, status);
|
|
|
}
|
|
|
|
|
|
static enum fe_code_rate conv_fec(enum MXL_HYDRA_FEC_E fec)
|