summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0058-mmc-core-Fix-voltage-select-in-DDR-mode.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0058-mmc-core-Fix-voltage-select-in-DDR-mode.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0058-mmc-core-Fix-voltage-select-in-DDR-mode.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0058-mmc-core-Fix-voltage-select-in-DDR-mode.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0058-mmc-core-Fix-voltage-select-in-DDR-mode.patch
index b164455e..77156946 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0058-mmc-core-Fix-voltage-select-in-DDR-mode.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0058-mmc-core-Fix-voltage-select-in-DDR-mode.patch
@@ -1,4 +1,4 @@
1From ac64016ec74f6fbe586ba55f75a87e6459ba0760 Mon Sep 17 00:00:00 2001 1From 92ea9daee26a54bdae410e9361d5059506278450 Mon Sep 17 00:00:00 2001
2From: Girish K S <girish.shivananjappa@linaro.org> 2From: Girish K S <girish.shivananjappa@linaro.org>
3Date: Thu, 15 Dec 2011 17:27:42 +0530 3Date: Thu, 15 Dec 2011 17:27:42 +0530
4Subject: [PATCH 058/130] mmc: core: Fix voltage select in DDR mode 4Subject: [PATCH 058/130] mmc: core: Fix voltage select in DDR mode
@@ -19,7 +19,7 @@ Signed-off-by: Chris Ball <cjb@laptop.org>
19Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 19Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
20--- 20---
21 drivers/mmc/core/mmc.c | 2 +- 21 drivers/mmc/core/mmc.c | 2 +-
22 1 files changed, 1 insertions(+), 1 deletions(-) 22 1 file changed, 1 insertion(+), 1 deletion(-)
23 23
24diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c 24diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c
25index d240427..fb7c27f 100644 25index d240427..fb7c27f 100644
@@ -35,5 +35,5 @@ index d240427..fb7c27f 100644
35 MMC_SIGNAL_VOLTAGE_120, 0); 35 MMC_SIGNAL_VOLTAGE_120, 0);
36 if (err) 36 if (err)
37-- 37--
381.7.7.4 381.7.9.4
39 39