From: Felipe Balbi Date: Thu, 29 Dec 2011 04:32:29 +0000 (+0200) Subject: usb: dwc3: ep0: tidy up Pending Request handling X-Git-Tag: v3.3-rc2~5^2~4^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68d8a781575d7be490f97eb2c403fb13b083da6a;p=pandora-kernel.git usb: dwc3: ep0: tidy up Pending Request handling The way our code was written, we should never have a DWC3_EP_PENDING_REQUEST flag set out of a Data Phase and the code in __dwc3_gadget_ep0_queue() did not reflect that situation properly. Tidy up that case to avoid any possible mistakes when starting requests for IRQs which are long gone. Cc: stable@vger.kernel.org Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed