Loading drivers/cam_req_mgr/cam_req_mgr_core.c +7 −0 Original line number Diff line number Diff line Loading @@ -2913,6 +2913,13 @@ int cam_req_mgr_process_error(void *priv, void *data) in_q->rd_idx = idx; in_q->slot[idx].status = CRM_SLOT_STATUS_REQ_ADDED; if (link->sync_link[0]) { in_q->slot[idx].sync_mode = 0; __cam_req_mgr_inc_idx(&idx, 1, link->req.l_tbl->num_slots); in_q->slot[idx].sync_mode = 0; } /* The next req may also be applied */ idx = in_q->rd_idx; __cam_req_mgr_inc_idx(&idx, 1, Loading Loading
drivers/cam_req_mgr/cam_req_mgr_core.c +7 −0 Original line number Diff line number Diff line Loading @@ -2913,6 +2913,13 @@ int cam_req_mgr_process_error(void *priv, void *data) in_q->rd_idx = idx; in_q->slot[idx].status = CRM_SLOT_STATUS_REQ_ADDED; if (link->sync_link[0]) { in_q->slot[idx].sync_mode = 0; __cam_req_mgr_inc_idx(&idx, 1, link->req.l_tbl->num_slots); in_q->slot[idx].sync_mode = 0; } /* The next req may also be applied */ idx = in_q->rd_idx; __cam_req_mgr_inc_idx(&idx, 1, Loading