From: David Vrabel Date: Wed, 24 Jun 2009 17:26:40 +0000 (+0100) Subject: USB: whci-hcd: make endpoint_reset method async X-Git-Tag: v2.6.32-rc1~174^2~105 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=831baa4915de465357b25c471bbb9b36472024df;p=pandora-kernel.git USB: whci-hcd: make endpoint_reset method async usb_hcd_endpoint_reset() may be called in atomic context and must not sleep. So make whci-hcd's endpoint_reset() asynchronous. URBs submitted while the reset is in progress will be queued (on the std list) and transfers will resume once the reset is complete. Signed-off-by: David Vrabel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed