mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-01 02:58:06 -05:00
sun4i-csi: call _vb2_fop_release instead of v4l2_fh_release
This driver didn't call _vb2_fop_release in the sun4i_csi_release function. Without that call the vb2 queue is not properly canceled and buffers may not be freed. Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Acked-by: Maxime Ripard <mripard@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
71ecc5356d
commit
503ebad4b5
@@ -242,7 +242,8 @@ static int sun4i_csi_release(struct file *file)
|
||||
|
||||
mutex_lock(&csi->lock);
|
||||
|
||||
v4l2_fh_release(file);
|
||||
_vb2_fop_release(file, NULL);
|
||||
|
||||
v4l2_pipeline_pm_put(&csi->vdev.entity);
|
||||
pm_runtime_put(csi->dev);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user