dmaengine: fsl-qdma: check dma_set_mask return value
authorRobin Gong <yibin.gong@nxp.com>
Mon, 26 Apr 2021 08:59:09 +0000 (16:59 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:05:38 +0000 (16:05 +0200)
commit22d22fef9cbc965449dd30e830b1a47462f76186
tree1d35b2714339741e472d74d19b216142065ae48b
parent32064330708b7bf4122ab163a8c9b29e91afd6b9
dmaengine: fsl-qdma: check dma_set_mask return value

[ Upstream commit f0c07993af0acf5545d5c1445798846565f4f147 ]

For fix below warning reported by static code analysis tool like Coverity
from Synopsys:

Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Addresses-Coverity-ID: 12285639 ("Unchecked return value")
Link: https://lore.kernel.org/r/1619427549-20498-1-git-send-email-yibin.gong@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/dma/fsl-qdma.c