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

Commit 255f9b06 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: Avoid memory corruption by changing order of enum"

parents 3862f390 34558a5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -574,8 +574,8 @@ enum msm_actuator_cfg_type_t {
	CFG_GET_ACTUATOR_INFO,
	CFG_GET_ACTUATOR_INFO,
	CFG_SET_ACTUATOR_INFO,
	CFG_SET_ACTUATOR_INFO,
	CFG_SET_DEFAULT_FOCUS,
	CFG_SET_DEFAULT_FOCUS,
	CFG_SET_POSITION,
	CFG_MOVE_FOCUS,
	CFG_MOVE_FOCUS,
	CFG_SET_POSITION,
	CFG_ACTUATOR_POWERDOWN,
	CFG_ACTUATOR_POWERDOWN,
	CFG_ACTUATOR_POWERUP,
	CFG_ACTUATOR_POWERUP,
	CFG_ACTUATOR_INIT,
	CFG_ACTUATOR_INIT,