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

Commit 310aab34 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: csiphy: Continue in case of unavailibility of CSIPHY hw"...

Merge "msm: camera: csiphy: Continue in case of unavailibility of CSIPHY hw" into camera-kernel.lnx.4.0
parents 3c1766f3 b77fca2c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -153,6 +153,12 @@ static void cam_csiphy_prgm_cmn_data(
		csiphybase = g_phy_data[csiphy_idx].base_address;
		is_3phase = g_phy_data[csiphy_idx].is_3phase;

		if (!csiphybase) {
			CAM_DBG(CAM_CSIPHY, "CSIPHY: %d is not available in platform",
				csiphy_idx);
			continue;
		}

		for (i = 0; i < size; i++) {
			csiphy_common_reg =
				&csiphy_dev->ctrl_reg->csiphy_common_reg[i];