u-boot/drivers/usb
Luo Ji 9d6623f13f MA-14379 [coverity] Resource leak (RESOURCE_LEAK)
Fix coverity issue: CID 2970630: Resource leak (RESOURCE_LEAK)
leaked_storage: Variable cdns going out of scope leaks the storage
it points to.

Memory allocated by devm_kzalloc() won't be freed automatically in
u-boot, free the memory manually here.

Test: Coverity scan pass.

Change-Id: I3000a2385941cef3b8b7e01611cfdc999971a4ca
Signed-off-by: Luo Ji <ji.luo@nxp.com>
2019-03-14 17:24:21 +08:00
..
cdns3 MA-14379 [coverity] Resource leak (RESOURCE_LEAK) 2019-03-14 17:24:21 +08:00
common libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
dwc3 MLK-21055 usb: dwc3: gadget: disable U1 and U2 2019-03-08 13:45:29 +08:00
emul dm: usb: emul: Drop usb_emul_reset() 2017-10-01 16:32:51 +02:00
eth treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
gadget MLK-20887 usb: gadget: Fix controller index in UMS 2019-02-11 00:06:37 -08:00
host MLK-20569 usb: ehci-mx6: configure usb out of suspend state 2018-12-12 13:34:58 +08:00
musb Convert CONFIG_USB_MUSB_HCD et al to Kconfig 2018-01-22 16:43:29 -05:00
musb-new Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig 2018-01-22 16:43:29 -05:00
phy libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-03-05 10:16:28 -05:00
ulpi usb: ulpi: kconfig: Remove meaningless choice default 2018-02-05 20:58:12 -05:00
Kconfig MLK-17821-1 USB: gadget: Add the cadence USB3 gadget driver 2018-04-27 06:14:50 -07:00