aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-3.10/0107-sdhci-Only-do-one-iteration-of-PIO-reading-loop.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/brcm2708/patches-3.10/0107-sdhci-Only-do-one-iteration-of-PIO-reading-loop.patch')
-rw-r--r--target/linux/brcm2708/patches-3.10/0107-sdhci-Only-do-one-iteration-of-PIO-reading-loop.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/brcm2708/patches-3.10/0107-sdhci-Only-do-one-iteration-of-PIO-reading-loop.patch b/target/linux/brcm2708/patches-3.10/0107-sdhci-Only-do-one-iteration-of-PIO-reading-loop.patch
deleted file mode 100644
index 8e3dfb9fa7..0000000000
--- a/target/linux/brcm2708/patches-3.10/0107-sdhci-Only-do-one-iteration-of-PIO-reading-loop.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From cb78955cb0bedd81351bbe017dd5642f1358148d Mon Sep 17 00:00:00 2001
-From: popcornmix <popcornmix@gmail.com>
-Date: Wed, 20 Nov 2013 11:22:05 +0000
-Subject: [PATCH 107/196] sdhci: Only do one iteration of PIO reading loop
-
----
- drivers/mmc/host/sdhci.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/mmc/host/sdhci.c b/drivers/mmc/host/sdhci.c
-index 9c93e00..b4faaff 100644
---- a/drivers/mmc/host/sdhci.c
-+++ b/drivers/mmc/host/sdhci.c
-@@ -539,6 +539,7 @@ static void sdhci_transfer_pio(struct sdhci_host *host, u32 intstate)
- break;
- state = sdhci_readl(host, SDHCI_PRESENT_STATE);
- available = state & mask;
-+ break;
- }
-
- DBG("PIO transfer complete - %d blocks left.\n", host->blocks);
---
-1.9.1
-