]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
media: rkisp1: Don't pass the quantization to rkisp1_csm_config()
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 12 Aug 2022 22:44:14 +0000 (00:44 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 6 Dec 2022 13:45:37 +0000 (14:45 +0100)
commit73133a5ee51dd67b459534390f0b3b115b71f198
tree020a8d960ddba6462946410aa3757c0b53459138
parentfc88e4df3afe6bf458c55b15ffa5f9169c00132e
media: rkisp1: Don't pass the quantization to rkisp1_csm_config()

BugLink: https://bugs.launchpad.net/bugs/1998843
[ Upstream commit 711d91497e203b058cf0a08c0f7d41c04efbde76 ]

The rkisp1_csm_config() function takes a pointer to the rkisp1_params
structure which contains the quantization value. There's no need to pass
it separately to the function. Drop it from the function parameters.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Dafna Hirschfeld <dafna@fastmail.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
drivers/media/platform/rockchip/rkisp1/rkisp1-params.c