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

Commit b4f87481 authored by Haritha Chintalapati's avatar Haritha Chintalapati Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: cci: Fix invalid queue size for cci" into camera-kernel.lnx.4.0

parents 8c5f76e8 c515d150
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ static int cam_cci_init_master(struct cci_device *cci_dev,
	soc_info = &cci_dev->soc_info;
	base = soc_info->reg_map[0].mem_base;

	if (cci_dev->hw_version != CCI_VERSION_1_2_9) {
	if (cci_dev->hw_version == CCI_VERSION_1_2_9) {
		max_queue_0_size = CCI_I2C_QUEUE_0_SIZE_V_1_2;
		max_queue_1_size = CCI_I2C_QUEUE_1_SIZE_V_1_2;
	} else {