commit | 87973ba27b751353e2915cb3aa5c0e0dc6a79a4f | [log] [tgz] |
---|---|---|
author | Ohad Ben-Cohen <ohad@wizery.com> | Sat Oct 02 13:54:12 2010 +0200 |
committer | Chris Ball <cjb@laptop.org> | Sat Oct 23 21:11:18 2010 +0800 |
tree | 02c84b25c7697eed2c82d08ae5bf4308e6efe9fd | |
parent | 40bba0c1ca83a370f749c8bc9afda71cf79ebd91 [diff] |
mmc: sdio: ensure mmc_sdio_detect is powered To prevent an erroneous removal of the card, make sure the device is powered when it is mmc_sdio_detect()ed. This is required since mmc_sdio_detect may be invoked while the device is runtime suspended (e.g., MMC core is rescanning when system comes out of suspend). Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com> Tested-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: Chris Ball <cjb@laptop.org>