Re: [PATCH] dmaengine: owl-dma: Fix a resource leak in the remove function
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-01-12 12:32:15
Also in:
kernel-janitors, linux-arm-kernel, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2021-01-12 12:32:15
Also in:
kernel-janitors, linux-arm-kernel, lkml
On 12-12-20, 17:25, Christophe JAILLET wrote:
A 'dma_pool_destroy()' call is missing in the remove function. Add it. This call is already made in the error handling path of the probe function.
Applied, thanks -- ~Vinod