From: Pratyush Anand Date: Tue, 7 Aug 2012 11:24:18 +0000 (+0530) Subject: usb: dwc3: gadget: correct missed isoc when endpoint is busy X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~139^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c9046ec52b5aaa9f055e3d928d676dd37a6f9d;p=pandora-kernel.git usb: dwc3: gadget: correct missed isoc when endpoint is busy When MISSED_ISOC is set, BUSY is also set. Since, we are handling MISSED_ISOC as a separate case in third scenario, therefore handle only BUSY but not MISSED_ISOC in second scenario. Signed-off-by: Pratyush Anand Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed