dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value
authorAmelie Delaunay <amelie.delaunay@foss.st.com>
Mon, 4 Jan 2021 14:20:45 +0000 (15:20 +0100)
committerVinod Koul <vkoul@kernel.org>
Mon, 4 Jan 2021 15:57:45 +0000 (21:27 +0530)
commite1263f9277bad198c2acc8092a41aea1edbea0e4
treed43ce5068e824151eee9a92c66a38b45dec115f3
parent2d5efea64472469117dc1a9a39530069e95b21e9
dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value

STM32_MDMA_VERY_HIGH_PRIORITY is b11 not 0x11, so fix it with 0x3.

Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/20210104142045.25583-1-amelie.delaunay@foss.st.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/stm32-mdma.c