瀏覽代碼

msm: camera: ope: Fix unsequenced clang warning

Address unsequenced operations to avoid any undefined behavior.

CRs-Fixed: 2738394
Change-Id: Ieac88c20d1411771d8b722ccb4c417b47570f7ca
Signed-off-by: Karthik Anantha Ram <[email protected]>
Karthik Anantha Ram 5 年之前
父節點
當前提交
934bb3ea14
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.c

+ 0 - 2
drivers/cam_ope/ope_hw_mgr/cam_ope_hw_mgr.c

@@ -2155,8 +2155,6 @@ static int cam_ope_mgr_process_cmd_desc(struct cam_ope_hw_mgr *hw_mgr,
 		if (rc || !cpu_addr) {
 		if (rc || !cpu_addr) {
 			CAM_ERR(CAM_OPE, "get cmd buf failed %x",
 			CAM_ERR(CAM_OPE, "get cmd buf failed %x",
 				hw_mgr->iommu_hdl);
 				hw_mgr->iommu_hdl);
-			num_cmd_buf = (num_cmd_buf > 0) ?
-				num_cmd_buf-- : 0;
 			goto end;
 			goto end;
 		}
 		}
 		if ((len <= cmd_desc[i].offset) ||
 		if ((len <= cmd_desc[i].offset) ||