Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3154,7 +3154,6 @@ static int dib8000_tune(struct dvb_frontend *fe)
		break;

	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_common_channel(state, 0, 0);/* setting the known channel parameters here */
		*tune_state = CT_DEMOD_STEP_4;