Skip to content
Commit f97b26b0 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

spi: core: Replace msleep with usleep_range to get more accurate sleep time



Fixes below checkpatch warning:
WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
+               msleep(10);

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 4d94bd21
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment