Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c54db05b authored by Ram Prakash Gupta's avatar Ram Prakash Gupta
Browse files

Revert "mmc: core: enable async suspend of card"



This reverts commit aae6a63f.
Async suspend for sdcc card is already enabled in upstrem code.
This adds up as duplicate code, hence reverting.

Change-Id: If1349eff7c17c9bea18b948fa494ccc1f2ea4c6f
Signed-off-by: default avatarRam Prakash Gupta <rampraka@codeaurora.org>
parent 74de7711
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -387,7 +387,6 @@ int mmc_add_card(struct mmc_card *card)
		return ret;

	mmc_card_set_present(card);
	device_enable_async_suspend(&card->dev);

	return 0;
}