commit | 4b83626ac29a66fce15256771dd550e8c4ea2c66 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sat Jan 04 05:42:11 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Fri Jan 10 06:08:46 2014 -0200 |
tree | 09f962cc9d5cddd50bccef8772cceb5f267c6c00 | |
parent | 5022a2088687baeda87b03889d0791b1b908266b [diff] |
[media] em28xx: convert i2c wait completion logic to use jiffies The I2C wait completion/timeout logic currently assumes that msleep(5) will wait exaclty 5 ms. This is not true at all, as it depends on CONFIG_HZ. Convert it to use jiffies, in order to not wait for more time than needed. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>