Removing non working 64GB Pinebook eMMC patch

Patch was not sufficient and testing happened with the wrong module anyway
This commit is contained in:
ThomasKaiser 2017-09-11 17:15:08 +02:00
parent a2c4700d5c
commit 50d0d5cb89

View file

@ -1,13 +0,0 @@
diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c
index d160bd5..c9f0b9e 100644
--- a/drivers/mmc/mmc.c
+++ b/drivers/mmc/mmc.c
@@ -2272,7 +2272,7 @@ static int mmc_complete_init(struct mmc *mmc)
err = sunxi_switch_to_best_bus(mmc);
if (err) {
MMCINFO("switch to best speed mode fail\n");
- return err;
+ /* return err; */
}
init_part(&mmc->block_dev); /* it will send cmd17 */