usb: gadget: function: uvc: disable endpoints on ->disable()
authorFelipe Balbi <balbi@ti.com>
Mon, 29 Sep 2014 18:43:20 +0000 (13:43 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 20 Oct 2014 20:58:48 +0000 (15:58 -0500)
when our ->disable() method is called, we must
make sure to teardown all our resources, including
endpoints.

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

No differences found