commit | 97525647227df6c00f63fc5ee41ad8d353ab6708 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 27 11:37:19 2017 -0600 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Jun 09 20:25:16 2017 +0900 |
tree | fa1837e5602677cef24213ef9bfd8fa688afa075 | |
parent | 01b73fe63078e5bb1d375dc7d66e6f67893d3305 [diff] |
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>