linux: fix eMMC patch

This commit is contained in:
MilhouseVH 2017-02-23 01:27:00 +00:00
parent 491b7010f2
commit 966978ef92

View File

@ -8,10 +8,10 @@ Prevents a lot of pointless hanging at boot on some devices.
drivers/mmc/card/block.c | 2 +- drivers/mmc/card/block.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c diff --git a/drivers/mmc/core/block.c b/drivers/mmc/core/block.c
index 4409d79..56df902 100644 index 4409d79..56df902 100644
--- a/drivers/mmc/card/block.c --- a/drivers/mmc/core/block.c
+++ b/drivers/mmc/card/block.c +++ b/drivers/mmc/core/block.c
@@ -2254,7 +2254,7 @@ static int mmc_blk_alloc_parts(struct mmc_card *card, struct mmc_blk_data *md) @@ -2254,7 +2254,7 @@ static int mmc_blk_alloc_parts(struct mmc_card *card, struct mmc_blk_data *md)
return 0; return 0;