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

Commit 34815bf6 authored by Junzhe Zou's avatar Junzhe Zou
Browse files

msm: camera: reqmgr: Change debug message level



Change debug message level when req can not be applied at EOF.

Change-Id: I1c7903ff7629615a9fff3d42281e6c4740062e99
Signed-off-by: default avatarJunzhe Zou <jnzhezou@codeaurora.org>
parent 2c714287
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -553,7 +553,7 @@ static int __cam_req_mgr_process_req(struct cam_req_mgr_core_link *link,
	}
	if (trigger == CAM_TRIGGER_POINT_EOF &&
			(!(link->trigger_mask & CAM_TRIGGER_POINT_SOF))) {
		CAM_ERR(CAM_CRM, "Applying for last SOF fails");
		CAM_DBG(CAM_CRM, "Applying for last SOF fails");
		return -EINVAL;
	}