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:02:03 +0000 (16:02 +0200)
commit30629a780578af7ab6bfe8350195a3612fcd2669
treef22e062f43f4f9350e0b1cdbf4dbae192499112b
parent64105689d0f8b1f89971d5d20d987d213207654c
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