Re: [PATCH] dmaengine: ti: k3-udma: Fix a resource leak in an error handling path

From: Vinod Koul
Date: Tue Jan 26 2021 - 13:13:39 EST


On 24-01-21, 08:09, Christophe JAILLET wrote:
> In 'dma_pool_create()', we return -ENOMEM, but don't release the resources
> already allocated, as in all the other error handling paths.
>
> Go to 'err_res_free' instead of returning directly.

Applied, thanks

--
~Vinod