aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/stb0899_algo.c
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2007-10-19 06:27:56 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 17:53:19 -0200
commit7e4e8c52e3f87a83ce967397bb389f75cb71742d (patch)
treeaf9a8b8f9dd811b479e7a5e2e95a2bb042824265 /drivers/media/dvb/frontends/stb0899_algo.c
parentddbee1c6e2b2fb2318281a144b7be536f843da24 (diff)
downloadkernel_samsung_smdk4412-7e4e8c52e3f87a83ce967397bb389f75cb71742d.zip
kernel_samsung_smdk4412-7e4e8c52e3f87a83ce967397bb389f75cb71742d.tar.gz
kernel_samsung_smdk4412-7e4e8c52e3f87a83ce967397bb389f75cb71742d.tar.bz2
V4L/DVB (9427): Code simplification: Sleep only for the required time interval.
* Saves 70 mS LOCK time on the STB6100 based * Saves 100 mS LOCK time on the TDA8261 based Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb0899_algo.c')
-rw-r--r--drivers/media/dvb/frontends/stb0899_algo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_algo.c b/drivers/media/dvb/frontends/stb0899_algo.c
index 3fbf00e..ff3a3f8 100644
--- a/drivers/media/dvb/frontends/stb0899_algo.c
+++ b/drivers/media/dvb/frontends/stb0899_algo.c
@@ -618,8 +618,6 @@ enum stb0899_status stb0899_dvbs_algo(struct stb0899_state *state)
if (state->config->tuner_set_frequency)
state->config->tuner_set_frequency(&state->frontend, internal->freq);
- msleep(100);
-
if (state->config->tuner_get_frequency)
state->config->tuner_get_frequency(&state->frontend, &internal->freq);