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

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

Merge "msm: camera: csiphy: Do not enable csiphy IRQs" into dev/msm-4.9-camx

parents e87cc316 59f723dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ int32_t cam_csiphy_enable_hw(struct csiphy_device *csiphy_dev)
	}

	rc = cam_soc_util_enable_platform_resource(soc_info, true,
		CAM_TURBO_VOTE, true);
		CAM_TURBO_VOTE, ENABLE_IRQ);
	if (rc < 0) {
		pr_err("%s:%d failed to enable platform resources %d\n",
			__func__, __LINE__, rc);