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

Commit f107233f 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.1.0

parents 63690827 1879b190
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2585,6 +2585,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);