Loading drivers/mmc/host/sdhci-pxav3.c +2 −0 Original line number Diff line number Diff line Loading @@ -290,6 +290,8 @@ static int __devinit sdhci_pxav3_probe(struct platform_device *pdev) host->ops = &pxav3_sdhci_ops; sdhci_get_of_property(pdev); ret = sdhci_add_host(host); if (ret) { dev_err(&pdev->dev, "failed to add host\n"); Loading Loading
drivers/mmc/host/sdhci-pxav3.c +2 −0 Original line number Diff line number Diff line Loading @@ -290,6 +290,8 @@ static int __devinit sdhci_pxav3_probe(struct platform_device *pdev) host->ops = &pxav3_sdhci_ops; sdhci_get_of_property(pdev); ret = sdhci_add_host(host); if (ret) { dev_err(&pdev->dev, "failed to add host\n"); Loading