Commit 08623517 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] dib8000: remove a double call for dib8000_get_symbol_duration()

The symbol duration was already obtained at CT_DEMOD_START.
No need to do it again at CT_DEMOD_STEP_3.
Acked-By: default avatarPatrick Boettcher <pboettcher@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 7fec1c80
...@@ -3154,7 +3154,6 @@ static int dib8000_tune(struct dvb_frontend *fe) ...@@ -3154,7 +3154,6 @@ static int dib8000_tune(struct dvb_frontend *fe)
break; break;
case CT_DEMOD_STEP_3: /* 33 */ case CT_DEMOD_STEP_3: /* 33 */
state->symbol_duration = dib8000_get_symbol_duration(state);
dib8000_set_isdbt_loop_params(state, LOOP_TUNE_1); dib8000_set_isdbt_loop_params(state, LOOP_TUNE_1);
dib8000_set_isdbt_common_channel(state, 0, 0);/* setting the known channel parameters here */ dib8000_set_isdbt_common_channel(state, 0, 0);/* setting the known channel parameters here */
*tune_state = CT_DEMOD_STEP_4; *tune_state = CT_DEMOD_STEP_4;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment