Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72136a95 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

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

parents cfad27ef ebe8cb5e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)