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

Commit 55900c89 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: Fix live snapshot issue"

parents 04dd9efe 8cb5ad77
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1530,6 +1530,7 @@ void msm_isp_process_axi_irq(struct vfe_device *vfe_dev,
		vfe_dev->hw_info->vfe_ops.axi_ops.get_pingpong_status(vfe_dev);

	for (i = 0; i < axi_data->hw_info->num_comp_mask; i++) {
		rc = 0;
		comp_info = &axi_data->composite_info[i];
		if (comp_mask & (1 << i)) {
			if (!comp_info->stream_handle) {