diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-04 19:15:31 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-07-07 14:56:13 +0200 |
commit | 08623517f4fd6164c61a0c0d73c82e8e136a8b17 (patch) | |
tree | 5719b89d08753367c23f897e84162cfb863d21af /drivers/media/dvb-frontends/dib8000.c | |
parent | [media] dib8000: Fix: add missing 4K FFT mode (diff) | |
download | linux-08623517f4fd6164c61a0c0d73c82e8e136a8b17.tar.xz linux-08623517f4fd6164c61a0c0d73c82e8e136a8b17.zip |
[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: Patrick Boettcher <pboettcher@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/dib8000.c')
-rw-r--r-- | drivers/media/dvb-frontends/dib8000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/dib8000.c b/drivers/media/dvb-frontends/dib8000.c index d4f37f569c5c..7fea04762094 100644 --- a/drivers/media/dvb-frontends/dib8000.c +++ b/drivers/media/dvb-frontends/dib8000.c @@ -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; |