media: dvb: earth-pt1: replace schedule_timeout with usleep_range
authorAkihiro Tsukada <tskd08@gmail.com>
Sun, 8 Apr 2018 17:39:53 +0000 (13:39 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Sat, 5 May 2018 11:26:10 +0000 (07:26 -0400)
commit20a63349b1423179612c7ad550e430a1eef49a19
tree8cd9abcb8668b339fc35d1591630437661f805dc
parent41cb54e20543d436ee6331cd66dd0413a7452804
media: dvb: earth-pt1: replace schedule_timeout with usleep_range

As described in Document/timers/timers-howto.txt,
hrtimer-based delay should be used for small sleeps.

Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/pt1/pt1.c