summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorArash Golgol <arash.golgol@gmail.com>2026-05-09 19:40:13 +0330
committerHans Verkuil <hverkuil+cisco@kernel.org>2026-05-12 09:39:02 +0200
commit56384b486b80ce4a2bc93689aae49995f908f90d (patch)
tree91d43d331edb3b5fcd52343a5cac46e61f0a26f3 /tools/perf/scripts/python/bin
parent9724164f71974a2a44a5e026614fbcc05bab6d91 (diff)
media: video-i2c: use vb2_video_unregister_device on driver removal
The driver uses vb2_fop_release() as its file release operation, so vb2_video_unregister_device() should be used instead of video_unregister_device() during driver removal. This ensures that the vb2 queue is properly disconnected before the video device is unregistered. Signed-off-by: Arash Golgol <arash.golgol@gmail.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions