commit | 990758c53eafe5a220a780ed12e7b4d51b3df032 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Wed Jan 04 06:30:16 2017 +0100 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Jan 12 09:58:05 2017 +0200 |
tree | 54ceefeea393eaf6984212fd1e197ebef89cd459 | |
parent | a121103c922847ba5010819a3f250f1f7fc84ab8 [diff] |
usb: gadget: composite: Fix function used to free memory 'cdev->os_desc_req' has been allocated with 'usb_ep_alloc_request()' so 'usb_ep_free_request()' should be used to free it. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>