linux-stable/drivers/usb/gadget/udc/bdc
Sudip Mukherjee 7022cfdfe0 usb: gadget: bdc: fix memory leak
If dma_pool_alloc() fails we are jumping to fail and releasing all the
bd_tables which have been added to the chain but we missed freeing this
bd_table which was just allocated and still not added to the chain of
bd_table.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
2015-09-30 11:20:21 -05:00
..
bdc.h treewide: fix typos in comment blocks 2015-08-07 14:46:24 +02:00
bdc_cmd.c
bdc_cmd.h
bdc_core.c usb: gadget: drop null test before destroy functions 2015-09-21 14:42:36 -05:00
bdc_dbg.c
bdc_dbg.h
bdc_ep.c usb: gadget: bdc: fix memory leak 2015-09-30 11:20:21 -05:00
bdc_ep.h
bdc_pci.c
bdc_udc.c usb: gadget: bdc_udc: set value for common is_selfpowered 2015-01-29 10:32:54 -06:00
Kconfig
Makefile