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

Commit ac145e91 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: Fix an issue in ispif"

parents 28d7bb12 75bbbc2d
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -1041,7 +1041,6 @@ static int msm_ispif_stop_immediately(struct ispif_device *ispif,
			cid_mask, params->entries[i].vfe_intf, 0);
			cid_mask, params->entries[i].vfe_intf, 0);
	}
	}


	rc = msm_ispif_reset_hw(ispif);
	return rc;
	return rc;
}
}


@@ -1168,7 +1167,6 @@ static int msm_ispif_stop_frame_boundary(struct ispif_device *ispif,
	}
	}


end:
end:
	rc = msm_ispif_reset_hw(ispif);
	return rc;
	return rc;
}
}