From: Anton Tikhomirov Date: Thu, 21 Apr 2011 08:06:41 +0000 (+0900) Subject: USB: s3c-hsotg: Fix stall condition processing X-Git-Tag: v3.0-rc1~337^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c39ddc60ee9eb70569d1658e512cfa232b9dd16;p=pandora-kernel.git USB: s3c-hsotg: Fix stall condition processing The following should be done for requests after endpoint stall condition is cleared: 1) 'in progress' request (if any) should be completed since Tx FIFO was flushed; 2) next request from queue (if any) should be started. This commit does that. Additionally set/clear stall condition code is fixed. Signed-off-by: Anton Tikhomirov Reviewed-by: Kyoungil Kim Cc: Ben Dooks Signed-off-by: Kukjin Kim Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed