commit | bcad604cc4e56c7f15b1531aaf84a517b71e3670 | [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 | 1d9907c29ff33bc230a584672dbcf03912c0ddd8 [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>