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

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

Merge "msm: camera: isp: Initialize isp_dev's mutex" into dev/msm-4.9-camx

parents 054e7fea 6721b607
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -167,6 +167,8 @@ static int cam_isp_dev_probe(struct platform_device *pdev)
	cam_smmu_set_client_page_fault_handler(iommu_hdl,
		cam_isp_dev_iommu_fault_handler, node);

	mutex_init(&g_isp_dev.isp_mutex);

	CAM_INFO(CAM_ISP, "Camera ISP probe complete");

	return 0;