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

Commit 63e6e658 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: bugfix in actuator_init_focus func"

parents d099051c bdcdd233
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -160,6 +160,7 @@ static int32_t msm_actuator_init_focus(struct msm_actuator_ctrl_t *a_ctrl,
					settings[i].i2c_operation);
				break;
			}
			break;
		}
		case MSM_ACT_POLL: {
			switch (settings[i].data_type) {
@@ -182,6 +183,7 @@ static int32_t msm_actuator_init_focus(struct msm_actuator_ctrl_t *a_ctrl,
					settings[i].i2c_operation);
				break;
			}
			break;
		}
		}