Re: [U-Boot] [PATCH 7/8] dm: mmc: Rewrite mmc_blk_probe()

2017-05-18 Thread sjg
This function is called when the MMC block device is being probed. There is a recursive call in this function since find_mmc_device() itself can cause the MMC device to be probed. Admittedly the MMC device should already be probed, since we would not be probing its child otherwise, but the current

[U-Boot] [PATCH 7/8] dm: mmc: Rewrite mmc_blk_probe()

2017-04-23 Thread Simon Glass
This function is called when the MMC block device is being probed. There is a recursive call in this function since find_mmc_device() itself can cause the MMC device to be probed. Admittedly the MMC device should already be probed, since we would not be probing its child otherwise, but the current