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

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

Merge "msm: camera: isp: allow state transition for controllable output"

parents d0892903 5032847a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -941,7 +941,8 @@ void msm_isp_axi_cfg_update(struct vfe_device *vfe_dev,
		}
		num_stream++;
		stream_info = &axi_data->stream_info[i];
		if (stream_info->stream_type == BURST_STREAM ||
		if ((stream_info->stream_type == BURST_STREAM &&
			!stream_info->controllable_output) ||
			stream_info->state == AVALIABLE)
			continue;
		spin_lock_irqsave(&stream_info->lock, flags);