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

Commit f721c96a authored by Viswanadha Raju Thotakura's avatar Viswanadha Raju Thotakura
Browse files

msm: camera: Update the device structure for eeprom device



Update the device structure as apart of power info structure
for eeprom device.

Change-Id: Ief84f6cf639d0ab279fea8c532e194cc1fb96baf
Signed-off-by: default avatarViswanadha Raju Thotakura <viswanad@codeaurora.org>
parent b8071434
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -176,6 +176,8 @@ static int cam_eeprom_power_up(struct cam_eeprom_ctrl_t *e_ctrl,
		return rc;
	}

	power_info->dev = soc_info->dev;

	rc = cam_sensor_core_power_up(power_info, soc_info);
	if (rc) {
		CAM_ERR(CAM_EEPROM, "failed in eeprom power up rc %d", rc);