From: Kulikov Vasiliy Date: Mon, 26 Jul 2010 08:26:22 +0000 (+0400) Subject: usb: imx21-hcd: set task state with schedule_timeout_uninterruptible() X-Git-Tag: v2.6.36-rc1~293^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a4b7c3b14905a191da09980b9da966be5fc7fa2;p=pandora-kernel.git usb: imx21-hcd: set task state with schedule_timeout_uninterruptible() imx21_hc_reset() uses schedule_timeout() without setting state to STATE_(UN)INTERRUPTIBLE. As it is called in cycle without checking of pending signals, use schedule_timeout_uninterruptible(). Signed-off-by: Kulikov Vasiliy Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed