Loading drivers/mmc/card/block.c +3 −0 Original line number Diff line number Diff line Loading @@ -3242,6 +3242,9 @@ static void mmc_blk_shutdown(struct mmc_card *card) /* send power off notification */ if (mmc_card_mmc(card)) { mmc_rpm_hold(card->host, &card->dev); mmc_claim_host(card->host); mmc_stop_bkops(card); mmc_release_host(card->host); mmc_send_long_pon(card); mmc_rpm_release(card->host, &card->dev); } Loading Loading
drivers/mmc/card/block.c +3 −0 Original line number Diff line number Diff line Loading @@ -3242,6 +3242,9 @@ static void mmc_blk_shutdown(struct mmc_card *card) /* send power off notification */ if (mmc_card_mmc(card)) { mmc_rpm_hold(card->host, &card->dev); mmc_claim_host(card->host); mmc_stop_bkops(card); mmc_release_host(card->host); mmc_send_long_pon(card); mmc_rpm_release(card->host, &card->dev); } Loading