Merge "msm: camera: utils: Add using mmrm in camera" into camera-kernel.lnx.5.0

This commit is contained in:
Haritha Chintalapati
2021-05-13 12:03:54 -07:00
committed by Gerrit - the friendly Code Review server
8 changed files with 358 additions and 32 deletions

View File

@@ -2088,7 +2088,7 @@ int cam_sensor_core_power_up(struct cam_sensor_power_ctrl_t *ctrl,
for (j = 0; j < soc_info->num_clk; j++) {
rc = cam_soc_util_clk_enable(soc_info, false,
i, 0, NULL);
j, 0, NULL);
if (rc) {
CAM_ERR(CAM_UTIL,
"Failed in clk enable %d", i);