Skip to content

Commit

Permalink
dma: stm32: remove dump stream info in irq
Browse files Browse the repository at this point in the history
Remove printing dma stream info in irq context.
This is printed in case of error.

Signed-off-by: Shlomi Vaknin <[email protected]>
  • Loading branch information
shlomow authored and nashif committed Feb 5, 2021
1 parent 4daa2cb commit 5ccb89c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/dma/dma_stm32.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ static void dma_stm32_irq_handler(const struct device *dev, uint32_t id)
callback_arg = id + STREAM_OFFSET;
#endif /* CONFIG_DMAMUX_STM32 */

dma_stm32_dump_stream_irq(dev, id);

if (!IS_ENABLED(CONFIG_DMAMUX_STM32)) {
stream->busy = false;
}
Expand Down

0 comments on commit 5ccb89c

Please sign in to comment.