According to Documentation/timers/timers-howto.txt it is not recommended to use
msleep for 1ms - 20ms because it may sleep longer than 20ms. So, it is
recommended to use usleep instead.
On Mon, 12 Aug 2013 12:05:10 +0200
Pavel Machek wrote:
> On Mon 2013-08-05 11:58:27, Iker Pedrosa wrote:
> >
On Mon 2013-08-05 11:58:27, Iker Pedrosa wrote:
> Changed sleep function from msleep to usleep according to the documentation.
>
> Signed-off-by: Iker Pedrosa
Can you explain why this is good idea?
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures)
http://atrey.karlin.mff.
Changed sleep function from msleep to usleep according to the documentation.
Signed-off-by: Iker Pedrosa
---
drivers/staging/winbond/wb35reg.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/winbond/wb35reg.c
b/drivers/staging/winbond/wb35reg.c
index