]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: gadget: move isoc endpoint check to unlocked set_halt
authorFelipe Balbi <balbi@ti.com>
Wed, 24 Sep 2014 15:48:26 +0000 (10:48 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 20 Oct 2014 20:58:48 +0000 (15:58 -0500)
commitf75e086680d21cf12a56009b48048423c58e682b
tree73da4c8017ffd3be4734401395574e515a1ebfa9
parent6bf0705c61bff8728878bf88aa8ed171ce5e69c6
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>
drivers/usb/dwc3/gadget.c