diff options
author | Lee Jones <lee.jones@linaro.org> | 2015-10-28 15:42:30 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-01-14 11:43:58 +0300 |
commit | b79a980f7161ca09855cc641091d1afe4ef08dd8 (patch) | |
tree | 0c0f998d24e362d30dd3e19a0ed9b9778b75bb6c /security | |
parent | 3103d44e4509f6da8b667d185b45eb0ae0beaa85 (diff) | |
download | linux-b79a980f7161ca09855cc641091d1afe4ef08dd8.tar.xz |
mfd: arizona-core: msleep() is unreliable for anything <20ms use usleep_range() instead
WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
+ msleep(1);
WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
+ msleep(5);
WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
+ msleep(1);
WARNING: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt
+ msleep(1);
total: 0 errors, 4 warnings, 1407 lines checked
Cc: patches@opensource.wolfsonmicro.com
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions