From: Felipe Balbi Date: Wed, 24 Sep 2014 15:48:26 +0000 (-0500) Subject: usb: dwc3: gadget: move isoc endpoint check to unlocked set_halt X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~17^2~2^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ad02fb813a9d8f39af1ccb1f2166cc80fd76f09;p=pandora-kernel.git 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 --- Reading git-diff-tree failed