msm: camera: sync: Rearrange sync reason events
Rearrange sync error reason code for better code readability. CRs-Fixed: 2750553 Change-Id: Ia64694155921c074946167763815a87beb856b35 Signed-off-by: Alok Chauhan <alokc@codeaurora.org>
此提交包含在:
@@ -1567,7 +1567,7 @@ static void cam_ope_ctx_cdm_callback(uint32_t handle, void *userdata,
|
||||
ope_req->request_id, ctx->ctx_id);
|
||||
cam_ope_req_timer_reset(ctx);
|
||||
cam_ope_device_timer_reset(ope_hw_mgr);
|
||||
buf_data.evt_param = CAM_SYNC_EVENT_SUCCESS;
|
||||
buf_data.evt_param = CAM_SYNC_COMMON_EVENT_SUCCESS;
|
||||
} else if (status == CAM_CDM_CB_STATUS_HW_RESUBMIT) {
|
||||
CAM_INFO(CAM_OPE, "After reset of CDM and OPE, reapply req");
|
||||
buf_data.evt_param = CAM_SYNC_OPE_EVENT_HW_RESUBMIT;
|
||||
|
新增問題並參考
封鎖使用者