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

Commit 51369bd5 authored by Ravikishore Pampana's avatar Ravikishore Pampana
Browse files

msm: camera: ife: Do not reset epd value during csid reset



EPD value is retrieved from init packet and set. It is
uninitialized during CSID global reset as part of CSID init.
uninitialization of EPD variable is removed to fix the issue.

CRs-Fixed: 2690666
Change-Id: I3454007d3130e4cb8397ab0b09416da7f000bab2
Signed-off-by: default avatarRavikishore Pampana <rpampana@codeaurora.org>
parent a908dbc7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -526,7 +526,6 @@ static int cam_ife_csid_global_reset(struct cam_ife_csid_hw *csid_hw)
			csid_hw->hw_intf->hw_idx, val);
	csid_hw->error_irq_count = 0;
	csid_hw->prev_boot_timestamp = 0;
	csid_hw->epd_supported = 0;

end:
	return rc;