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

Commit fa285619 authored by Vishalsingh Hajeri's avatar Vishalsingh Hajeri Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: vfe: Update array size in bus read



This change will update the top irq register
mask array size to three as the total number
of top irq registers are three.

Change-Id: I556443932d81aa129c9f9600999e5886d2d5f92c
Signed-off-by: default avatarVishalsingh Hajeri <vhajeri@codeaurora.org>
parent 7f3b0bb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -940,7 +940,7 @@ static int cam_vfe_bus_init_hw(void *hw_priv,
	void *init_hw_args, uint32_t arg_size)
{
	struct cam_vfe_bus_rd_ver1_priv    *bus_priv = hw_priv;
	uint32_t                            top_irq_reg_mask[2] = {0};
	uint32_t                            top_irq_reg_mask[3] = {0};
	uint32_t                            offset = 0, val = 0;
	struct cam_vfe_bus_rd_ver1_reg_offset_common  *common_reg;