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

Commit c8475ebe authored by Shravya Samala's avatar Shravya Samala Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: req_mgr: Limit CAM_ERR log in case of no empty task



Limit CAM_ERR log in case of no empty task.

CRs-Fixed: 2756270
Change-Id: I688bcff64af135ede221cab0a83c2582efb81330
Signed-off-by: default avatarShravya Samala <shravyas@codeaurora.org>
parent abc609e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2930,7 +2930,7 @@ static int cam_req_mgr_cb_notify_trigger(

	task = cam_req_mgr_workq_get_task(link->workq);
	if (!task) {
		CAM_ERR(CAM_CRM, "no empty task frame %lld",
		CAM_ERR_RATE_LIMIT(CAM_CRM, "no empty task frame %lld",
			trigger_data->frame_id);
		rc = -EBUSY;
		goto end;