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

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

Merge "msm: camera: reqmgr: increase the rd idx if no lower pd device" into camera-kernel.lnx.3.1

parents 5b03c85e c5cfbfeb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2580,6 +2580,8 @@ static int cam_req_mgr_process_trigger(void *priv, void *data)
			CAM_DBG(CAM_REQ,
				"No pending req to apply to lower pd devices");
			rc = 0;
			__cam_req_mgr_inc_idx(&in_q->rd_idx,
				1, in_q->num_slots);
			goto release_lock;
		}
		__cam_req_mgr_inc_idx(&in_q->rd_idx, 1, in_q->num_slots);