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

Commit 32262f59 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: isp: Initialize buffer spin lock" into msm-3.18

parents 22772af9 77995313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1015,7 +1015,7 @@ static int msm_isp_request_bufq(struct msm_isp_buf_mgr *buf_mgr,
		msm_isp_free_bufq_handle(buf_mgr, buf_request->handle);
		return rc;
	}

	spin_lock_init(&bufq->bufq_lock);
	bufq->bufq_handle = buf_request->handle;
	bufq->session_id = buf_request->session_id;
	bufq->stream_id = buf_request->stream_id;