]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] it913x: replace udelay polling with jiffies
authorAntti Palosaari <crope@iki.fi>
Sun, 31 Aug 2014 03:29:33 +0000 (00:29 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sun, 21 Sep 2014 21:29:34 +0000 (18:29 -0300)
commit5190ff3e3e6ec55ecda805e68c4746aec8c1203c
treee834617831227e28aa356e757b4b68ddce44b88c
parent17027b9620e6a2ea1d7f3cd0761803c44c65e2ed
[media] it913x: replace udelay polling with jiffies

udelay based I/O polling loop is a bad idea, especially system
performance point of view. Kernel jiffies are preferred solution
for such situations. Use it instead.

Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/tuners/it913x.c