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

Commit 99d7b092 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: check stream state before accessing lock"

parents 625dbda1 07cb20c9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1462,6 +1462,8 @@ void msm_isp_axi_cfg_update(struct vfe_device *vfe_dev,
		}
		num_stream++;
		stream_info = &axi_data->stream_info[i];
		if (stream_info->state == INACTIVE)
			continue;
		if ((stream_info->stream_type == BURST_STREAM &&
			!stream_info->controllable_output) ||
			stream_info->state == AVAILABLE)