dmaengine: owl-dma: Fix a resource leak in the remove function
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 12 Dec 2020 16:25:35 +0000 (17:25 +0100)
committerVinod Koul <vkoul@kernel.org>
Tue, 12 Jan 2021 12:30:40 +0000 (18:00 +0530)
commit1f0a16f04113f9f0ab0c8e6d3abe661edab549e6
tree4a43c8889ce1583df43928e53c151d2fd2fc4c36
parentb202d4e82531a62a33a6b14d321dd2aad491578e
dmaengine: owl-dma: Fix a resource leak in the remove function

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.

Fixes: 47e20577c24d ("dmaengine: Add Actions Semi Owl family S900 DMA driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20201212162535.95727-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/owl-dma.c