]> git.ipfire.org Git - thirdparty/linux.git/commit
media: mali-c55: Remove duplicated version check
authorJacopo Mondi <jacopo.mondi@ideasonboard.com>
Mon, 15 Dec 2025 12:11:06 +0000 (13:11 +0100)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 6 Jan 2026 09:14:13 +0000 (10:14 +0100)
commit8c0af684bd8ec66b09daadca27d1bafd7d2891ce
tree8e53fa6d38ab3b270274be12d4c71529fd1189c8
parent003c492f9e765b82fe731963d9dbd7b4ae92c2b4
media: mali-c55: Remove duplicated version check

The Mali C55 driver uses the v4l2-isp framework, which performs
validation of the parameters buffer versioning in the
v4l2_isp_params_validate_buffer() function.

It is not necessary to replicate the validation of the parameters buffer
versioning in the platform-specific implementation.

Remove it.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/arm/mali-c55/mali-c55-params.c