usb: dwc3: drop EP0_STALL state
authorFelipe Balbi <balbi@ti.com>
Tue, 30 Aug 2011 12:48:08 +0000 (15:48 +0300)
committerFelipe Balbi <balbi@ti.com>
Fri, 9 Sep 2011 10:02:17 +0000 (13:02 +0300)
Whenever we issue a Set Stall command on EP0,
the state machine will be restarted and Stall
is cleared automatically, when core receives
the next SETUP packet.

There's no need to track that EP0_STALL state.

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found