summaryrefslogtreecommitdiff
path: root/scripts/check-git
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2025-08-10 04:30:01 +0300
committerHans Verkuil <hverkuil+cisco@kernel.org>2025-08-13 09:33:32 +0300
commitcaa5c3439af793a727a9dcb69b1fdec7ece66302 (patch)
tree8b0f3819ea1edac5c201d32fef78d2f7b6f61eaa /scripts/check-git
parentff9c50a4a92ac72e42c132ef08bd50b5fa933b68 (diff)
downloadlinux-caa5c3439af793a727a9dcb69b1fdec7ece66302.tar.xz
media: camss: Replace .open() file operation with v4l2_fh_open()
The custom video_open() function in the camss driver open-codes the v4l2_fh_open() helper, with an additional mutex that protects the whole function. Given that the function does not modify any data guarded by the lock, there's no need for using the mutex and the function can be replaced by v4l2_fh_open(). Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'scripts/check-git')
0 files changed, 0 insertions, 0 deletions