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 <shlomi.39sd@gmail.com>
This commit is contained in:
parent
4daa2cb6cf
commit
5ccb89c3bc
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue