commit | 9a4b7c3b14905a191da09980b9da966be5fc7fa2 | [log] [tgz] |
---|---|---|
author | Kulikov Vasiliy <segooon@gmail.com> | Mon Jul 26 12:26:22 2010 +0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 10 14:35:43 2010 -0700 |
tree | aa3eab220ba8d2623335c4c67fa977fd5515966c | |
parent | afad19648f70c6493193e0a774bd754b7790b4a0 [diff] |
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 <segooon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>