]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Feb 2025 09:05:34 +0000 (10:05 +0100)
commitffb7e57e40c688dd2ecbff82aa3c359823e6083b
tree4e93219af81815d1e92ec7c24dc962fb6138b894
parent920127636e58943cedb0e236ebe4efe921701687
media: stm32: dcmipp: correct dma_set_mask_and_coherent mask value

commit b36077ba289b827b4e76e25e8d8e0cc90fa09186 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-bytecap.c