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

Commit d68ce08f authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: crm: increasing mutex lock window" into dev/msm-4.9-camx

parents 4612d03b a6bde9ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1442,9 +1442,9 @@ int cam_req_mgr_process_flush_req(void *priv, void *data)
		if (device->ops && device->ops->flush_req)
			rc = device->ops->flush_req(&flush_req);
	}
	complete(&link->workq_comp);
	mutex_unlock(&link->req.lock);

	complete(&link->workq_comp);
end:
	return rc;
}