]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: stm32: dcmipp: correct ret type in dcmipp_graph_notify_bound
authorAlain Volmat <alain.volmat@foss.st.com>
Mon, 13 Jan 2025 08:57:51 +0000 (09:57 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Sat, 15 Feb 2025 14:22:47 +0000 (15:22 +0100)
commita310e76a3d0bf1318095b46ede522b75a720a112
tree7680adae212be4480af9540df2f37b7133db1dba
parentac05e841be0eed579461a6e5ba7a922218a0da5d
media: stm32: dcmipp: correct ret type in dcmipp_graph_notify_bound

The ret variable used within the function dcmipp_graph_notify_bound is
wrongly defined as unsigned int while it can also be signed.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/st/stm32/stm32-dcmipp/dcmipp-core.c