Commits
Simon Glass committed 97525647227
dm: mmc: Avoid probing block devices in find_mmc_device() We do not need to probe the block device here, so avoid doing so. The MMC device itself must be active, but the block device can come later. Signed-off-by: Simon Glass <sjg@chromium.org>