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

Commit cd86673f authored by Venu Yeshala's avatar Venu Yeshala Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: isp: Change declaration for VFE clock



The variable used to hold the value for VFE clock does not need
64bits as 32bits will suffice.

CRs-Fixed: 1091727
Change-Id: Ib4d1328efe6e1df02e39502d38bb5662f9c4164c
Signed-off-by: default avatarVenu Yeshala <vyeshala@codeaurora.org>
parent 4b1c2e22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -774,7 +774,7 @@ struct vfe_device {
	struct msm_isp_statistics *stats;
	uint64_t msm_isp_last_overflow_ab;
	uint64_t msm_isp_last_overflow_ib;
	uint64_t msm_isp_vfe_clk_rate;
	uint32_t msm_isp_vfe_clk_rate;
	struct msm_isp_ub_info *ub_info;
	uint32_t isp_sof_debug;
	uint32_t isp_raw0_debug;