Loading drivers/mmc/host/mxcmmc.c +3 −1 Original line number Diff line number Diff line Loading @@ -1067,7 +1067,9 @@ static int mxcmci_probe(struct platform_device *pdev) goto out_release_mem; } mmc_of_parse(mmc); ret = mmc_of_parse(mmc); if (ret) goto out_free; mmc->ops = &mxcmci_ops; /* For devicetree parsing, the bus width is read from devicetree */ Loading Loading
drivers/mmc/host/mxcmmc.c +3 −1 Original line number Diff line number Diff line Loading @@ -1067,7 +1067,9 @@ static int mxcmci_probe(struct platform_device *pdev) goto out_release_mem; } mmc_of_parse(mmc); ret = mmc_of_parse(mmc); if (ret) goto out_free; mmc->ops = &mxcmci_ops; /* For devicetree parsing, the bus width is read from devicetree */ Loading