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

Commit b63757be authored by Karthik Anantha Ram's avatar Karthik Anantha Ram
Browse files

Revert "msm: camera: Fix incorrect update in EEPROM packet parser"



This reverts commit fba22b35.
This change causes failure in acquiring eeprom as a result of
which camera fails to function as desired. Reverting the change
till a proper fix is provided for the same.

Change-Id: I0900e7209f9c7f97519cde7129df6ca894434d25
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent 3865c1c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -554,8 +554,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 +=
					cmd_length_in_bytes;
				cmd_buf += cmd_length_in_bytes/4;
					total_cmd_buf_in_bytes;
				cmd_buf += total_cmd_buf_in_bytes/4;
				if (rc) {
					CAM_ERR(CAM_EEPROM, "Failed");
					return rc;