From: Felipe Balbi Date: Thu, 19 Jul 2012 18:05:08 +0000 (+0300) Subject: usb: dwc3: ep0: fix status phase delayed status direction X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~139^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7125d584d20ba7624488ddefa84b17ea6ce558f1;p=pandora-kernel.git usb: dwc3: ep0: fix status phase delayed status direction commit 68d3e66 (usb: dwc3: ep0: fix for possible early delayed_status) added handling for early delayed status, but the current code only works because so far delayed status will always be on the IN direction. This patch makes the code more robust by making sure that we can handle all directions properly. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed