dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()
authorYu Kuai <yukuai3@huawei.com>
Mon, 17 Aug 2020 11:57:28 +0000 (19:57 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 19 Aug 2020 04:28:38 +0000 (09:58 +0530)
commite097eb7473d9e70da9e03276f61cd392ccb9d79f
tree1047a4e5bb966d1efd0e13c1bad92ebb9024a2cf
parent3832b78b3ec2cf51e07102f9b4480e343459b20f
dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()

If memory allocation for 'atslave' succeed, at_dma_xlate() doesn't have a
corresponding kfree() in exception handling. Thus add kfree() for this
function implementation.

Fixes: bbe89c8e3d59 ("at_hdmac: move to generic DMA binding")
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Link: https://lore.kernel.org/r/20200817115728.1706719-4-yukuai3@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/at_hdmac.c