diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-04-27 13:10:43 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-04-27 21:38:29 +0530 |
commit | 920c5974f0d3aff91b5751e7568b54752fb5d6da (patch) | |
tree | 1041f04768e249e8f8e6e719fe60b3e89e46378b /drivers/dma | |
parent | c0fca736098cbd5dce27640e625b20c67d5f99f1 (diff) |
dmaengine: qcom_hidma: Simplify error handling path in hidma_probe
There is no need to call 'hidma_debug_uninit()' in the error handling
path. 'hidma_debug_init()' has not been called yet.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/20200427111043.70218-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/qcom/hidma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/qcom/hidma.c b/drivers/dma/qcom/hidma.c index 411f91fde734..87490e125bc3 100644 --- a/drivers/dma/qcom/hidma.c +++ b/drivers/dma/qcom/hidma.c @@ -897,7 +897,6 @@ uninit: if (msi) hidma_free_msis(dmadev); - hidma_debug_uninit(dmadev); hidma_ll_uninit(dmadev->lldev); dmafree: if (dmadev) |