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

Commit ce78902e authored by Suresh Vankadara's avatar Suresh Vankadara Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Enabling critical logs to improve debugging" into dev/msm-4.14-camx

parents a8f520b0 5fc964cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -440,7 +440,7 @@ static int __cam_isp_ctx_handle_buf_done_in_activated_state(
	struct cam_context *ctx = ctx_isp->base;

	if (list_empty(&ctx->active_req_list)) {
		CAM_DBG(CAM_ISP, "Buf done with no active request!");
		CAM_WARN(CAM_ISP, "Buf done with no active request!");
		goto end;
	}