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

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

Merge "mmc: sdhci-msm: Free pltfm_host on probe defer"

parents 36b7e72a 94e408dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4351,7 +4351,7 @@ static int sdhci_msm_probe(struct platform_device *pdev)
		 */
		dev_err(&pdev->dev, "%s: required ICE device not probed yet err = %d\n",
			__func__, ret);
		goto out_host_free;
		goto pltfm_free;

	} else if (ret == -ENODEV) {
		/*
@@ -4363,7 +4363,7 @@ static int sdhci_msm_probe(struct platform_device *pdev)
	} else if (ret) {
		dev_err(&pdev->dev, "%s: sdhci_msm_ice_get_dev failed %d\n",
			__func__, ret);
		goto out_host_free;
		goto pltfm_free;
	}

	/* Extract platform data */