linux/drivers/usb/gadget
Felipe Balbi bf17eba7ae Revert "usb: gadget: composite: dequeue cdev->req before free it in composite_dev_cleanup"
This reverts commit f2267089ea.

That commit causes more problem than fixes. Firstly, kfree()
should be called after usb_ep_dequeue() and secondly, the way
things are, we will try to dequeue a request that has already
completed much more frequently than one which is pending.

Cc: Li Jun <b47624@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Cc: stable <stable@vger.kernel.org> # 3.17
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-09-23 07:56:21 -07:00
..
function usb: gadget: uvc: Simplify uvcg_video_pump by using local variable 2014-09-16 09:59:54 -05:00
legacy usb: gadget: dbgp: add reset API at usb_gadget_driver 2014-09-09 10:00:15 -05:00
udc usb: gadget: gr_udc: Add bounce buffer to handle odd sized OUT requests 2014-09-16 10:01:45 -05:00
composite.c Revert "usb: gadget: composite: dequeue cdev->req before free it in composite_dev_cleanup" 2014-09-23 07:56:21 -07:00
config.c
configfs.c usb: gadget: configfs: add reset API at usb_gadget_driver 2014-09-09 09:59:50 -05:00
configfs.h usb: gadget: OS descriptors: provide interface directory names 2014-06-19 10:06:48 -05:00
epautoconf.c
functions.c
Kconfig usb: gadget: f_uvc: convert f_uvc to new function interface 2014-09-09 09:49:16 -05:00
Makefile usb: gadget: use $(srctree) instead of $(PWD) for includes 2014-08-29 15:53:46 -05:00
u_f.c usb: gadget: only GPL drivers in the gadget and phy framework 2014-04-21 14:07:12 -05:00
u_f.h usb: gadget: FunctionFS: share VLA macros with all usb gadget files 2014-05-14 09:37:27 -05:00
u_os_desc.h usb: gadget: u_os_desc: helper functions for accessing ext prop buffer 2014-07-10 08:36:51 -05:00
usbstring.c