commit | 0de04ca1dc0bd38fd7b88871ab9a17e2d8dbd0db | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Fri Jul 04 14:15:36 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Mon Jul 07 09:58:55 2014 -0300 |
tree | f3a412b8483c66264e46edd77f993f9b70d8475c | |
parent | 4607bb7a472482ed985bf0a8d5a288ecd3a04ec8 [diff] |
[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>