Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02251d36 authored by Konstantin Motov's avatar Konstantin Motov Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: Unblock buffer manager operations



Do not block buffer manager operation during stream configure.
Buffer manager has own protection anyway.

Change-Id: I8d710a24f48e6cc38dd2ddd4cfa33d0a56e9d98c
Signed-off-by: default avatarKonstantin Motov <kmotov@codeaurora.org>
parent e22a9bf6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -740,9 +740,7 @@ static long msm_isp_ioctl_unlocked(struct v4l2_subdev *sd,
	case VIDIOC_MSM_ISP_REQUEST_BUF:
	case VIDIOC_MSM_ISP_ENQUEUE_BUF:
	case VIDIOC_MSM_ISP_RELEASE_BUF: {
		mutex_lock(&vfe_dev->core_mutex);
		rc = msm_isp_proc_buf_cmd(vfe_dev->buf_mgr, cmd, arg);
		mutex_unlock(&vfe_dev->core_mutex);
		break;
	}
	case VIDIOC_MSM_ISP_REQUEST_STREAM: