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

Commit a9493466 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: config GPIOS to low power mode config."

parents 45cca653 011697aa
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1108,7 +1108,7 @@ int msm_camera_power_up(struct msm_camera_power_ctrl_t *ctrl,
			gpio_set_value_cansleep(
				ctrl->gpio_conf->gpio_num_info->gpio_num
				[power_setting->seq_val],
				power_setting->config_val);
				(int) power_setting->config_val);
			break;
		case SENSOR_VREG:
			if (power_setting->seq_val >= CAM_VREG_MAX) {
@@ -1282,8 +1282,7 @@ int msm_camera_power_down(struct msm_camera_power_ctrl_t *ctrl,
			gpio_set_value_cansleep(
				ctrl->gpio_conf->gpio_num_info->gpio_num
				[pd->seq_val],
				ctrl->gpio_conf->gpio_num_info->gpio_num
				[pd->config_val]);
				(int) pd->config_val);
			break;
		case SENSOR_VREG:
			if (pd->seq_val >= CAM_VREG_MAX) {