b3a3e5a7e7c5cb6 parent 26ab3d0ce95c270b1ca491d6970aa14852d8e5a3 author Anton Tikhomirov 1303373201 +0900 committer Greg Kroah-Hartman 1304380826 -0700 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 ĘŚ