From: Vojtech Pavlik Date: Mon, 5 Sep 2005 05:12:39 +0000 (-0500) Subject: Input: iforce - use wait_event_interruptible_timeout X-Git-Tag: v2.6.14-rc1~128^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb76b099f86624d3c629cfab071aa2296f65b7bb;p=pandora-kernel.git Input: iforce - use wait_event_interruptible_timeout 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 Signed-off-by: Vojtech Pavlik Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed