From: Pratyush Anand Date: Fri, 6 Jul 2012 09:49:10 +0000 (+0530) Subject: usb: dwc3: gadget: Fix dwc3_stop_active_transfer for synchronization delay X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~139^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57911504a93909034ba5b90c20f3e6df8409ebd8;p=pandora-kernel.git usb: dwc3: gadget: Fix dwc3_stop_active_transfer for synchronization delay dwc3_stop_active_transfer has been called from two places. After each calling of this function , we should allow 100 us delay to synchronize with interconnect. It would be better if we put this delay in that function only, rather than into calling routine of this function. Signed-off-by: Pratyush Anand Reported-by: Michel Sanches Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed