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

Commit ee794307 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: isp: check for the stream info state."

parents a877e0f9 5be05638
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -452,6 +452,8 @@ int msm_isp_axi_check_stream_state(
		}
		stream_info = &axi_data->stream_info[
			HANDLE_TO_IDX(stream_cfg_cmd->stream_handle[i])];
		if (stream_info->state == AVAILABLE)
			continue;
		spin_lock_irqsave(&stream_info->lock, flags);
		if (stream_info->state != valid_state) {
			if ((stream_info->state == PAUSING ||