commit | e1f804676a95b9d5caaa3a822d90bc1101595468 | [log] [tgz] |
---|---|---|
author | David Cohen <david.a.cohen@linux.intel.com> | Wed Sep 11 17:42:47 2013 -0700 |
committer | Felipe Balbi <balbi@ti.com> | Tue Sep 17 11:05:01 2013 -0500 |
tree | c48ac2f81d78af981ea2415b4a6dc10178956c6d | |
parent | bbaa7c81e61e339fbc6aae2594c7ce8f54196fa7 [diff] |
usb: dwc3: gadget: avoid memory leak when failing to allocate all eps If dwc3_gadget_init_endpoint() fails after allocate some of the eps, we need to free their memory to avoid leak. Signed-off-by: David Cohen <david.a.cohen@linux.intel.com> Signed-off-by: Felipe Balbi <balbi@ti.com>