Input: iforce - use wait_event_interruptible_timeout
authorVojtech Pavlik <vojtech@suse.cz>
Mon, 5 Sep 2005 05:12:39 +0000 (00:12 -0500)
committerDmitry 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