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

Commit 37131e95 authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: Fix incorrect update in EEPROM packet parser" into dev/msm-4.9-camx

parents 1b238f1d 85cf9737
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -597,8 +597,8 @@ static int32_t cam_eeprom_init_pkt_parser(struct cam_eeprom_ctrl_t *e_ctrl,
				rc = cam_sensor_update_power_settings(cmd_buf,
					cmd_length_in_bytes, power_info);
				processed_cmd_buf_in_bytes +=
					total_cmd_buf_in_bytes;
				cmd_buf += total_cmd_buf_in_bytes/4;
					cmd_length_in_bytes;
				cmd_buf += cmd_length_in_bytes/4;
				if (rc) {
					CAM_ERR(CAM_EEPROM, "Failed");
					return rc;