Loading drivers/media/platform/msm/camera_v2/sensor/io/msm_camera_dt_util.c +0 −5 Original line number Diff line number Diff line Loading @@ -1068,11 +1068,6 @@ int msm_camera_power_up(struct msm_camera_power_ctrl_t *ctrl, return 0; power_up_failed: pr_err("%s:%d failed\n", __func__, __LINE__); if (device_type == MSM_CAMERA_PLATFORM_DEVICE) { sensor_i2c_client->i2c_func_tbl->i2c_util( sensor_i2c_client, MSM_CCI_RELEASE); } for (index--; index >= 0; index--) { CDBG("%s index %d\n", __func__, index); power_setting = &ctrl->power_setting[index]; Loading Loading
drivers/media/platform/msm/camera_v2/sensor/io/msm_camera_dt_util.c +0 −5 Original line number Diff line number Diff line Loading @@ -1068,11 +1068,6 @@ int msm_camera_power_up(struct msm_camera_power_ctrl_t *ctrl, return 0; power_up_failed: pr_err("%s:%d failed\n", __func__, __LINE__); if (device_type == MSM_CAMERA_PLATFORM_DEVICE) { sensor_i2c_client->i2c_func_tbl->i2c_util( sensor_i2c_client, MSM_CCI_RELEASE); } for (index--; index >= 0; index--) { CDBG("%s index %d\n", __func__, index); power_setting = &ctrl->power_setting[index]; Loading