git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d94bd2
)
spi: core: Replace msleep with usleep_range to get more accurate sleep time
author
Axel Lin
<axel.lin@ingics.com>
Fri, 21 Feb 2014 01:15:18 +0000
(09:15 +0800)
committer
Mark Brown
<broonie@linaro.org>
Sun, 23 Feb 2014 04:39:35 +0000
(13:39 +0900)
Fixes below checkpatch warning:
WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
+ msleep(10);
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found