[U-Boot] [PATCH 19/20] dm: mmc: Use cfg directly in mmc_bind()
Simon Glass
sjg at chromium.org
Sat May 14 22:03:10 CEST 2016
This small change tidies up the code slightly.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
drivers/mmc/mmc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index b7c936c..94f19ad 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -1557,7 +1557,7 @@ int mmc_bind(struct udevice *dev, struct mmc *mmc, const struct mmc_config *cfg)
bdesc->removable = 1;
/* setup initial part type */
- bdesc->part_type = mmc->cfg->part_type;
+ bdesc->part_type = cfg->part_type;
mmc->dev = dev;
return 0;
--
2.8.0.rc3.226.g39d4020
More information about the U-Boot
mailing list