summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorRicardo Ribalda <ribalda@chromium.org>2024-11-14 19:10:30 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-17 10:05:35 +0100
commit4f534dd576b78498e775dc5e9dc4ef077b8b4110 (patch)
tree8def3d8bcb8d18fa95fd781da4c5946d4ae22b43 /scripts/objdiff
parentd2eac8b14ac690aa73052aa6d4ba69005715367e (diff)
downloadlinux-4f534dd576b78498e775dc5e9dc4ef077b8b4110.tar.gz
linux-4f534dd576b78498e775dc5e9dc4ef077b8b4110.tar.bz2
linux-4f534dd576b78498e775dc5e9dc4ef077b8b4110.zip
media: uvcvideo: Fix event flags in uvc_ctrl_send_events
commit c31cffd5ae2c3d7ef21d9008977a9d117ce7a64e upstream. If there is an event that needs the V4L2_EVENT_CTRL_CH_FLAGS flag, all the following events will have that flag, regardless if they need it or not. This is because we keep using the same variable all the time and we do not reset its original value. Cc: stable@vger.kernel.org Fixes: 805e9b4a06bf ("[media] uvcvideo: Send control change events for slave ctrls when the master changes") Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Link: https://lore.kernel.org/r/20241114-uvc-roi-v15-1-64cfeb56b6f8@chromium.org Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions