Loading drivers/media/platform/msm/camera/cam_isp/cam_isp_context.c +9 −2 Original line number Diff line number Diff line Loading @@ -2544,7 +2544,14 @@ static int __cam_isp_ctx_flush_req_in_top_state( if (rc) goto end; /* * As HW is stopped already No request will move from * one list to other good time to flush reqs. */ spin_lock_bh(&ctx->lock); CAM_DBG(CAM_ISP, "try to flush pending list"); rc = __cam_isp_ctx_flush_req(ctx, &ctx->pending_req_list, flush_req); CAM_DBG(CAM_ISP, "try to flush wait list"); rc = __cam_isp_ctx_flush_req(ctx, &ctx->wait_req_list, flush_req); Loading Loading
drivers/media/platform/msm/camera/cam_isp/cam_isp_context.c +9 −2 Original line number Diff line number Diff line Loading @@ -2544,7 +2544,14 @@ static int __cam_isp_ctx_flush_req_in_top_state( if (rc) goto end; /* * As HW is stopped already No request will move from * one list to other good time to flush reqs. */ spin_lock_bh(&ctx->lock); CAM_DBG(CAM_ISP, "try to flush pending list"); rc = __cam_isp_ctx_flush_req(ctx, &ctx->pending_req_list, flush_req); CAM_DBG(CAM_ISP, "try to flush wait list"); rc = __cam_isp_ctx_flush_req(ctx, &ctx->wait_req_list, flush_req); Loading