]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] lgdt3306a: remove 20*50 msec unnecessary timeout
authorAbylay Ospan <aospan@netup.ru>
Mon, 25 Jul 2016 18:38:59 +0000 (15:38 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 22 Sep 2016 15:52:04 +0000 (12:52 -0300)
commitdd14523a8e5cf618862dcfa6635297c65f0e26ee
treef9d743cb4223c862c415a198be07c2f09d72f7d8
parent072973ba67ecfc842d9d73cc003095267158fc73
[media] lgdt3306a: remove 20*50 msec unnecessary timeout

inside lgdt3306a_search we reading demod status 20 times with 50 msec sleep after each read.
This gives us more than 1 sec of delay. Removing this delay should not affect demod functionality.

Signed-off-by: Abylay Ospan <aospan@netup.ru>
Acked-by: Michael Ira Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-frontends/lgdt3306a.c