[PATCH] dmaengine: stm32-mdma: memset stm32_mdma_chan_config struct before using it

Vinod Koul vkoul at kernel.org
Wed Oct 19 06:31:27 PDT 2022


On 17-10-22, 15:14, Amelie Delaunay wrote:
> New bool m2m_hw has been added at the end of stm32_mdma_chan_config struct
> to support the STM32 DMA MDMA chaining.
> 
> m2m_hw is set true in stm32_mdma_slave_config() if peripheral_size is set,
> but m2m_hw is never initialized false.
> 
> To ensure this case, and any further new update of the structure, memset it
> to 0 before using it.

Applied, thanks

-- 
~Vinod



More information about the linux-arm-kernel mailing list