]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: stm32: dcmipp: correct dma_set_mask_and_coherent mask value
authorAlain Volmat <alain.volmat@foss.st.com>
Thu, 12 Dec 2024 09:17:25 +0000 (10:17 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 12 Dec 2024 12:22:25 +0000 (13:22 +0100)
commitb36077ba289b827b4e76e25e8d8e0cc90fa09186
treec977134e25f0d1fa4bc965c67fe0fef968e047ab
parenta2836d3fe220220ff8c495ca9722f89cea8a67e7
media: stm32: dcmipp: correct dma_set_mask_and_coherent mask value

Correct the call to dma_set_mask_and_coherent which should be set
to DMA_BIT_MASK(32).

Fixes: 28e0f3772296 ("media: stm32-dcmipp: STM32 DCMIPP camera interface driver")
Cc: stable@vger.kernel.org
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-bytecap.c