[media] dib0090: Fix the sleep time at the state machine
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 4 Jul 2014 17:15:36 +0000 (14:15 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 7 Jul 2014 12:58:55 +0000 (09:58 -0300)
commit0de04ca1dc0bd38fd7b88871ab9a17e2d8dbd0db
treef3a412b8483c66264e46edd77f993f9b70d8475c
parent4607bb7a472482ed985bf0a8d5a288ecd3a04ec8
[media] dib0090: 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>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/dvb-frontends/dib0090.c
This page took 0.026679 seconds and 5 git commands to generate.