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

Commit a6321e50 authored by Tony Lijo Jose's avatar Tony Lijo Jose
Browse files

msm: camera: cci: reset reinit completion on read



Reinit completion rd_done completion variable before each read so that
the rd_done completion variable state will be clean .

CRs-Fixed: 2736884
Change-Id: I2cd7350da8e8270c1cd9238dec0eec9f84360899
Signed-off-by: default avatarTony Lijo Jose <tjose@codeaurora.org>
parent 9b8cae4b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1642,6 +1642,7 @@ static int32_t cam_cci_read_bytes_v_1_2(struct v4l2_subdev *sd,
		goto ERROR;
	}

	reinit_completion(&cci_dev->cci_master_info[master].rd_done);
	read_bytes = read_cfg->num_byte;
	CAM_DBG(CAM_CCI, "Bytes to read %u", read_bytes);
	do {