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

Commit 76586bbf authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Fix num_entries value assigned to variable" into camera-kernel.lnx.4.0

parents ca0de993 68846d25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -491,7 +491,7 @@ static int __cam_isp_ctx_enqueue_init_request(
				num_cfg_old =
					req_isp_old->cfg_info[i].num_hw_entries;
				num_cfg_new =
					req_isp_old->cfg_info[i].num_hw_entries;
					req_isp_new->cfg_info[i].num_hw_entries;
				memcpy(&cfg_old[num_cfg_old],
					cfg_new,
					sizeof(cfg_new[0]) * num_cfg_new);