Loading drivers/mmc/host/sdhci-msm.c +2 −2 Original line number Diff line number Diff line Loading @@ -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) { /* Loading @@ -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 */ Loading Loading
drivers/mmc/host/sdhci-msm.c +2 −2 Original line number Diff line number Diff line Loading @@ -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) { /* Loading @@ -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 */ Loading