commit | 903588a99c26ed6f103eaa0cfa4ccbe9cd779398 | [log] [tgz] |
---|---|---|
author | Krzysztof Opasiak <k.opasiak@samsung.com> | Mon Jul 20 20:15:17 2015 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Wed Jul 29 09:59:19 2015 -0500 |
tree | 4a761c5688f43bf48eb3636998aa0965fb9f64b3 | |
parent | aa7399744dd02537523b7bf9e3070600b6f79751 [diff] |
usb: gadget: mass_storage: Free buffers if create lun fails Creation of LUN 0 may fail (for example due to ENOMEM). As fsg_common_set_num_buffers() does some memory allocation we should free it before it becomes unavailable. Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Acked-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Felipe Balbi <balbi@ti.com>