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

Commit 934bb3ea authored by Karthik Anantha Ram's avatar Karthik Anantha Ram
Browse files

msm: camera: ope: Fix unsequenced clang warning



Address unsequenced operations to avoid any undefined behavior.

CRs-Fixed: 2738394
Change-Id: Ieac88c20d1411771d8b722ccb4c417b47570f7ca
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent 8c5f76e8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2155,8 +2155,6 @@ static int cam_ope_mgr_process_cmd_desc(struct cam_ope_hw_mgr *hw_mgr,
		if (rc || !cpu_addr) {
			CAM_ERR(CAM_OPE, "get cmd buf failed %x",
				hw_mgr->iommu_hdl);
			num_cmd_buf = (num_cmd_buf > 0) ?
				num_cmd_buf-- : 0;
			goto end;
		}
		if ((len <= cmd_desc[i].offset) ||