Files
u-boot/drivers/usb/gadget
Stephen Warren bdf81611e4 usb: ci_udc: fix freeing of ep0 req
ci_ep_alloc_request() avoids allocating multiple request objects for ep0
by keeping a record of the first req allocated for ep0, and always
returning that instead of allocating a new req. However, if this req is
ever freed, the record of the previous allocation is not cleared, so
ci_ep_alloc_request() will keep returning this stale pointer. Fix
ci_ep_free_request() to clear the record of the previous allocation.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
2014-06-11 02:26:05 +02:00
..
2014-06-11 02:26:05 +02:00
2014-02-06 04:48:15 +01:00
2014-05-08 10:38:30 +02:00
2013-10-20 23:46:38 +02:00
2011-02-19 20:32:37 +01:00
2013-10-20 23:46:38 +02:00