On Tue, Jan 17, 2012 at 09:18, Adrian Hunter <[email protected]> wrote: >> - if (!err && !mmc_card_keep_power(host)) >> + if (!powered_off && !err && !mmc_card_keep_power(host)) { >> + mmc_claim_host(host); > > Why not mmc_try_claim_host() etc? >
Sure, mmc_try_claim_host() sounds better. I'll respin a v2. Arik -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
