dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK
authorAmelie Delaunay <amelie.delaunay@foss.st.com>
Mon, 20 Dec 2021 16:58:27 +0000 (17:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 09:54:30 +0000 (10:54 +0100)
commit78cf5f63a3a98151ad7fa645103de0fa17c7317c
treeba5164fd76a5ab771f4a99007ee39a0fab486d62
parent16ad0aa917c905982a6bdddd5f67a824f153501e
dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK

commit e7f110889a87307fb0fed408a5dee1707796ca04 upstream.

This patch fixes STM32_MDMA_CTBR_TSEL_MASK, which is [5:0], not [7:0].

Fixes: a4ffb13c8946 ("dmaengine: Add STM32 MDMA driver")
Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/20211220165827.1238097-1-amelie.delaunay@foss.st.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/stm32-mdma.c