commit | 5ad02fb813a9d8f39af1ccb1f2166cc80fd76f09 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Wed Sep 24 10:48:26 2014 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Mon Oct 20 15:58:48 2014 -0500 |
tree | 73da4c8017ffd3be4734401395574e515a1ebfa9 | |
parent | 33fb691b3ea4aca6cab4867e09ea2726c784660a [diff] |
usb: dwc3: gadget: move isoc endpoint check to unlocked set_halt __dwc3_gadget_ep_set_halt() is the function which handles the actual halt feature. In order to cope with some extra cleanup comming as a follow-up patch let's move the isochronous endpoint check there too. Signed-off-by: Felipe Balbi <balbi@ti.com>