commit | 5607ce90d727d2aaad93bd72551b97067141d68a | [log] [tgz] |
---|---|---|
author | Jens Frederich <jfrederich@gmail.com> | Thu Jul 25 22:06:32 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 25 13:38:09 2013 -0700 |
tree | dad1ce9c1c716e0e48346233bfa73c4ed7dbaa8e | |
parent | f4616af01813cbf6a2c2aabcedb11c721d5e7680 [diff] |
Staging: olpc_dcon: change to msleep to usleep_range The resolution of msleep is related to HZ, so with HZ set to 100 any msleep of less then 10ms will become ~10ms. This is not what we want. Use usleep_range to get more control of what is happening here. Signed-off-by: Jens Frederich <jfrederich@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>