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

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

Merge "msm: ispif: Remove CSID version check for ahb clock"

parents 22283aa7 238b58fd
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -258,11 +258,6 @@ static int msm_ispif_clk_ahb_enable(struct ispif_device *ispif, int enable)
{
	int rc = 0;

	if (ispif->csid_version < CSID_VERSION_V30) {
		/* Older ISPIF versiond don't need ahb clokc */
		return 0;
	}

	rc = msm_ispif_get_ahb_clk_info(ispif, ispif->pdev,
		ispif_8974_ahb_clk_info);
	if (rc < 0) {