usb: dwc3: ep0: fix status phase delayed status direction
authorFelipe Balbi <balbi@ti.com>
Thu, 19 Jul 2012 18:05:08 +0000 (21:05 +0300)
committerFelipe Balbi <balbi@ti.com>
Fri, 3 Aug 2012 06:28:27 +0000 (09:28 +0300)
commit7125d584d20ba7624488ddefa84b17ea6ce558f1
tree5ae6c805e9b7d318a9d225119193abb30dee7372
parent2e3db064855a637c45f7e011214f15bc536e61ad
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 <balbi@ti.com>
drivers/usb/dwc3/ep0.c
This page took 0.024204 seconds and 5 git commands to generate.