dmaengine: zx: remove: removed dmam_pool_destroy
authorSatendra Singh Thakur <sst2005@gmail.com>
Sat, 9 Nov 2019 11:36:09 +0000 (17:06 +0530)
committerVinod Koul <vkoul@kernel.org>
Thu, 14 Nov 2019 06:46:53 +0000 (12:16 +0530)
commit5c5332a6a229acc856811bdce1c0845986e8306a
treeb26819ca08ed4c8420f58f4c87a8a5d5470804bd
parent1ff95243257fad07290dcbc5f7a6ad79d6e703e2
dmaengine: zx: remove: removed dmam_pool_destroy

In the probe method dmam_pool_create is used. Therefore, there is no
need to explicitly call dmam_pool_destroy in remove method as this
will be automatically taken care by devres

Signed-off-by: Satendra Singh Thakur <sst2005@gmail.com>
Link: https://lore.kernel.org/r/20191109113609.6159-1-sst2005@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/zx_dma.c