dmaengine: fsl-dpaa2-qdma: Fix error return code in two functions
authorZhen Lei <thunder.leizhen@huawei.com>
Sat, 8 May 2021 03:00:56 +0000 (11:00 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Jun 2021 12:42:40 +0000 (14:42 +0200)
commitedd60afc3fc338c859b8a50fdc4b6e3bef0d2cec
tree64f3f98f456b17d313b3d228b48e01619bffaf54
parent4d74c980232885df11f972c0c816f516016240dd
dmaengine: fsl-dpaa2-qdma: Fix error return code in two functions

[ Upstream commit 17866bc6b2ae1c3075c9fe7bcbeb8ea50eb4c3fc ]

Fix to return a negative error code from the error handling case instead
of 0, as done elsewhere in the function where it is.

Fixes: 7fdf9b05c73b ("dmaengine: fsl-dpaa2-qdma: Add NXP dpaa2 qDMA controller driver for Layerscape SoCs")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/r/20210508030056.2027-1-thunder.leizhen@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c