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

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

Merge "msm: camera: req_mgr: Limit CAM_ERR log in case of no empty task" into camera-kernel.lnx.3.1

parents b99117a3 c8475ebe
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;