upstream: [media] dib8000: Fix the sleep time at the state machine
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 4 Jul 2014 17:15:35 +0000 (14:15 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:59:59 +0000 (11:59 +0900)
commitfdb6d839ca6bc95060a9ce0d23cac0677bd56817
tree7cd1648a9825fe725773531c810752bdb658864c
parent2ae270d3f8fa560cd887c7afabb4ac87265dd80c
upstream: [media] dib8000: Fix the sleep time at the state machine

msleep() is not too precise: its precision depends on the
HZ config. As the driver selects precise timings for the
state machine, change it to usleep_range().

Acked-By: Patrick Boettcher <pboettcher@kernellabs.com>
Backports http://git.linuxtv.org/cgit.cgi/media_tree.git/commit/?id=4607bb7a4724
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/dib8000.c