Explorar o código

Merge "msm: camera: isp: Remove WARN_ON() from error case in buf done" into camera-kernel.lnx.4.0

Camera Software Integration %!s(int64=4) %!d(string=hai) anos
pai
achega
72136a95ef
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      drivers/cam_isp/cam_isp_context.c

+ 0 - 1
drivers/cam_isp/cam_isp_context.c

@@ -1266,7 +1266,6 @@ static int __cam_isp_ctx_handle_buf_done_for_request_verify_addr(
 			"WARNING: req_id %lld num_acked %d > map_out %d, ctx %u",
 			req->request_id, req_isp->num_acked,
 			req_isp->num_fence_map_out, ctx->ctx_id);
-		WARN_ON(req_isp->num_acked > req_isp->num_fence_map_out);
 	}
 
 	if (req_isp->num_acked != req_isp->num_fence_map_out)