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:
39fd748
)
Input: iforce - use wait_event_interruptible_timeout
author
Vojtech Pavlik
<vojtech@suse.cz>
Mon, 5 Sep 2005 05:12:39 +0000
(
00:12
-0500)
committer
Dmitry Torokhov
<dtor_core@ameritech.net>
Mon, 5 Sep 2005 05:12:39 +0000
(
00:12
-0500)
The timeout while() loops in iforce-packets.c lack a
set_current_state(TASK_INTERRUPTIBLE); call. The right solution is
to replace them with wait_event_interruptible_timeout().
Reported-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
No differences found