aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/dib8000.c
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <m.chehab@samsung.com> 2014-07-04 14:15:31 -0300
committerGravatar Mauro Carvalho Chehab <m.chehab@samsung.com> 2014-07-07 09:56:13 -0300
commit08623517f4fd6164c61a0c0d73c82e8e136a8b17 (patch)
tree5719b89d08753367c23f897e84162cfb863d21af /drivers/media/dvb-frontends/dib8000.c
parent[media] dib8000: Fix: add missing 4K FFT mode (diff)
downloadlinux-08623517f4fd6164c61a0c0d73c82e8e136a8b17.tar.gz
linux-08623517f4fd6164c61a0c0d73c82e8e136a8b17.tar.bz2
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.c1
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;