projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d5efea
)
dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value
author
Amelie Delaunay
<amelie.delaunay@foss.st.com>
Mon, 4 Jan 2021 14:20:45 +0000
(15:20 +0100)
committer
Vinod Koul
<vkoul@kernel.org>
Mon, 4 Jan 2021 15:57:45 +0000
(21:27 +0530)
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
patch
|
blob
|
history
diff --git
a/drivers/dma/stm32-mdma.c
b/drivers/dma/stm32-mdma.c
index e4637ec786d396fb58907567c616e5603fe05a1a..36ba8b43e78deef2f2bde459b2f064205fc951cc 100644
(file)
--- a/
drivers/dma/stm32-mdma.c
+++ b/
drivers/dma/stm32-mdma.c
@@
-199,7
+199,7
@@
#define STM32_MDMA_MAX_CHANNELS 63
#define STM32_MDMA_MAX_REQUESTS 256
#define STM32_MDMA_MAX_BURST 128
-#define STM32_MDMA_VERY_HIGH_PRIORITY 0x
11
+#define STM32_MDMA_VERY_HIGH_PRIORITY 0x
3
enum stm32_mdma_trigger_mode {
STM32_MDMA_BUFFER,