mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-05 13:51:45 +00:00
Removing non working 64GB Pinebook eMMC patch
Patch was not sufficient and testing happened with the wrong module anyway
This commit is contained in:
parent
a2c4700d5c
commit
50d0d5cb89
1 changed files with 0 additions and 13 deletions
|
@ -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 */
|
Loading…
Add table
Reference in a new issue