mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
linux (default): fix eMMC patch
This commit is contained in:
parent
af1ed48815
commit
ccb121b2bc
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user