From: Andrew Goodbody Date: Tue, 31 May 2016 15:05:26 +0000 (-0500) Subject: usb: musb: Ensure rx reinit occurs for shared_fifo endpoints X-Git-Tag: v3.2.82~48 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442f839f65a350dc3ee910fb83c30757566dc98b;p=pandora-kernel.git usb: musb: Ensure rx reinit occurs for shared_fifo endpoints commit f3eec0cf784e0d6c47822ca6b66df3d5812af7e6 upstream. shared_fifo endpoints would only get a previous tx state cleared out, the rx state was only cleared for non shared_fifo endpoints Change this so that the rx state is cleared for all endpoints. This addresses an issue that resulted in rx packets being dropped silently. Signed-off-by: Andrew Goodbody Signed-off-by: Bin Liu Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed