]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: uvcvideo: Refactor iterators
authorRicardo Ribalda <ribalda@chromium.org>
Mon, 29 Apr 2024 15:04:42 +0000 (15:04 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2025 15:56:32 +0000 (16:56 +0100)
commit9b3e69b5a978edf0c2918ea85262bb43c2939dc3
treeaf88a228b7d89b408c900338c7046c60bbe5c4e1
parent3c00e94d00ca079bef7906d6f39d1091bccfedd3
media: uvcvideo: Refactor iterators

[ Upstream commit 64627daf0c5f7838111f52bbbd1a597cb5d6871a ]

Avoid using the iterators after the list_for_each() constructs.
This patch should be a NOP, but makes cocci, happier:

drivers/media/usb/uvc/uvc_ctrl.c:1861:44-50: ERROR: invalid reference to the index variable of the iterator on line 1850
drivers/media/usb/uvc/uvc_ctrl.c:2195:17-23: ERROR: invalid reference to the index variable of the iterator on line 2179

Reviewed-by: Sergey Senozhatsky <senozhatsky@chromium.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Stable-dep-of: d9fecd096f67 ("media: uvcvideo: Only save async fh if success")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/media/usb/uvc/uvc_ctrl.c