summaryrefslogtreecommitdiff
path: root/drivers/media/v4l2-core/v4l2-ctrls-request.c
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>2025-08-28 19:06:52 +0300
committerHans Verkuil <hverkuil+cisco@kernel.org>2025-09-04 11:06:13 +0300
commit46c1e7814d1c3310ef23c01ed1a582ef0c8ab1d2 (patch)
tree7428101f8fb598e54da5dcff49b589a1e0e6507d /drivers/media/v4l2-core/v4l2-ctrls-request.c
parenta67e0eed501d155b6ceace6b605cdb184b4b6c90 (diff)
downloadlinux-46c1e7814d1c3310ef23c01ed1a582ef0c8ab1d2.tar.xz
media: adv7180: Do not write format to device in set_fmt
The .set_fmt callback should not write the new format directly do the device, it should only store it and have it applied by .s_stream. The .s_stream callback already calls adv7180_set_field_mode() so it's safe to remove programming of the device and just store the format and have .s_stream apply it. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-ctrls-request.c')
0 files changed, 0 insertions, 0 deletions