OSDN Git Service

dmaengine: ti: edma: fix missed failure handling
authorChuhong Yuan <hslester96@gmail.com>
Mon, 18 Nov 2019 07:38:02 +0000 (15:38 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jan 2020 13:51:22 +0000 (14:51 +0100)
commit1abd5f5f64609a205798f77f976b04a0e87bfc53
treed9fa786540f92a4f4b20abc1cd8c430b80922bd5
parent3c4ee9a10b797545d084730a34a1a8d38130f944
dmaengine: ti: edma: fix missed failure handling

[ Upstream commit 340049d453682a9fe8d91fe794dd091730f4bb25 ]

When devm_kcalloc fails, it forgets to call edma_free_slot.
Replace direct return with failure handler to fix it.

Fixes: 1be5336bc7ba ("dmaengine: edma: New device tree binding")
Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Link: https://lore.kernel.org/r/20191118073802.28424-1-hslester96@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/ti/edma.c