commit | 5190ff3e3e6ec55ecda805e68c4746aec8c1203c | [log] [tgz] |
---|---|---|
author | Antti Palosaari <crope@iki.fi> | Sun Aug 31 00:29:33 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sun Sep 21 18:29:34 2014 -0300 |
tree | e834617831227e28aa356e757b4b68ddce44b88c | |
parent | 17027b9620e6a2ea1d7f3cd0761803c44c65e2ed [diff] |
[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>