]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
dmaengine: stedma40: add missing iounmap() on error in d40_probe()
authorYang Yingliang <yangyingliang@huawei.com>
Tue, 18 May 2021 14:11:08 +0000 (22:11 +0800)
committerSasha Levin <sashal@kernel.org>
Wed, 30 Jun 2021 12:48:14 +0000 (08:48 -0400)
commit53f0b1fffafe99f40006fb1be99adf71a3472741
tree73d008b60f3243abb2df5fd59a080b9c57ecbacb
parentc74f609772465ec6c7774c60be33b495e0414dd6
dmaengine: stedma40: add missing iounmap() on error in d40_probe()

[ Upstream commit fffdaba402cea79b8d219355487d342ec23f91c6 ]

Add the missing iounmap() before return from d40_probe()
in the error handling case.

Fixes: 8d318a50b3d7 ("DMAENGINE: Support for ST-Ericssons DMA40 block v3")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210518141108.1324127-1-yangyingliang@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/ste_dma40.c