The symbol duration was already obtained at CT_DEMOD_START.
No need to do it again at CT_DEMOD_STEP_3.

Signed-off-by: Mauro Carvalho Chehab <m.che...@samsung.com>
---
 drivers/media/dvb-frontends/dib8000.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/dvb-frontends/dib8000.c 
b/drivers/media/dvb-frontends/dib8000.c
index 975cbddd71dd..5943495068a6 100644
--- a/drivers/media/dvb-frontends/dib8000.c
+++ b/drivers/media/dvb-frontends/dib8000.c
@@ -3155,7 +3155,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;
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to