]> git.ipfire.org Git - thirdparty/linux.git/commit
dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_tx_status()
authorQiu-ji Chen <chenqiuji666@gmail.com>
Fri, 6 Jun 2025 09:00:17 +0000 (17:00 +0800)
committerVinod Koul <vkoul@kernel.org>
Thu, 26 Jun 2025 22:09:20 +0000 (15:09 -0700)
commit8eba2187391e5ab49940cd02d6bd45a5617f4daf
tree40570324b1d35a877a29e5d78459e03626309bcc
parent19272b37aa4f83ca52bdf9c16d5d81bdd1354494
dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_tx_status()

Fixed a flag reuse bug in the mtk_cqdma_tx_status() function.

Fixes: 157ae5ffd76a ("dmaengine: mediatek: Fix a possible deadlock error in mtk_cqdma_tx_status()")
Cc: stable@vger.kernel.org
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202505270641.MStzJUfU-lkp@intel.com/
Signed-off-by: Qiu-ji Chen <chenqiuji666@gmail.com>
Reviewed-by: Eugen Hristev <eugen.hristev@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20250606090017.5436-1-chenqiuji666@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/mediatek/mtk-cqdma.c