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

Commit de830554 authored by Venkat Gopalakrishnan's avatar Venkat Gopalakrishnan Committed by Matt Wagantall
Browse files

mmc: sdhci-msm: Update the args for sdhci_pltfm_init



The function signature changed for sdhci_pltfm_init as part of 3.14
kernel upgrade. Make changes to reflect that.

Change-Id: I6ac6fbd9703253d31a14c07399423b1c8a0b3301
Signed-off-by: default avatarVenkat Gopalakrishnan <venkatg@codeaurora.org>
parent e4a197ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2840,7 +2840,7 @@ static int sdhci_msm_probe(struct platform_device *pdev)
	}

	msm_host->sdhci_msm_pdata.ops = &sdhci_msm_ops;
	host = sdhci_pltfm_init(pdev, &msm_host->sdhci_msm_pdata);
	host = sdhci_pltfm_init(pdev, &msm_host->sdhci_msm_pdata, 0);
	if (IS_ERR(host)) {
		ret = PTR_ERR(host);
		goto out;