Skip to content

Commit 5ccb89c

Browse files
shlomownashif
authored andcommitted
dma: stm32: remove dump stream info in irq
Remove printing dma stream info in irq context. This is printed in case of error. Signed-off-by: Shlomi Vaknin <[email protected]>
1 parent 4daa2cb commit 5ccb89c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/dma/dma_stm32.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ static void dma_stm32_irq_handler(const struct device *dev, uint32_t id)
9797
callback_arg = id + STREAM_OFFSET;
9898
#endif /* CONFIG_DMAMUX_STM32 */
9999

100-
dma_stm32_dump_stream_irq(dev, id);
101-
102100
if (!IS_ENABLED(CONFIG_DMAMUX_STM32)) {
103101
stream->busy = false;
104102
}

0 commit comments

Comments
 (0)