summaryrefslogtreecommitdiffstats
path: root/target/linux/goldfish/patches-2.6.30/0108-mmc-sd-Remove-debugging-printk.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-18 17:53:53 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-18 17:53:53 +0000
commit13e1228de3690c8c831b9cccbe5a34674e743362 (patch)
tree0c747bbe3b9ccb30a4e4c5e277825d9a8ba914e4 /target/linux/goldfish/patches-2.6.30/0108-mmc-sd-Remove-debugging-printk.patch
parent8f54e709747e711460f8a49acdcf86841920db8b (diff)
goldfish: R.I.P.
It is broken and it is not maintained by anyone since long time. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34766 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/goldfish/patches-2.6.30/0108-mmc-sd-Remove-debugging-printk.patch')
-rw-r--r--target/linux/goldfish/patches-2.6.30/0108-mmc-sd-Remove-debugging-printk.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/goldfish/patches-2.6.30/0108-mmc-sd-Remove-debugging-printk.patch b/target/linux/goldfish/patches-2.6.30/0108-mmc-sd-Remove-debugging-printk.patch
deleted file mode 100644
index f9efdb35a..000000000
--- a/target/linux/goldfish/patches-2.6.30/0108-mmc-sd-Remove-debugging-printk.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From 700cfcab7eee4a822be3fe0c8cfd77caac10bfed Mon Sep 17 00:00:00 2001
-From: Dima Zavin <dima@android.com>
-Date: Wed, 25 Mar 2009 21:29:45 -0700
-Subject: [PATCH 108/134] mmc: sd: Remove debugging printk
-
-Signed-off-by: Dima Zavin <dima@android.com>
----
- drivers/mmc/core/sd.c | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
-
---- a/drivers/mmc/core/sd.c
-+++ b/drivers/mmc/core/sd.c
-@@ -574,7 +574,6 @@ static void mmc_sd_detect(struct mmc_hos
- #ifdef CONFIG_MMC_PARANOID_SD_INIT
- while(retries) {
- err = mmc_send_status(host->card, NULL);
-- printk("%s(%s): err = %d\n", __func__, mmc_hostname(host), err);
- if (err) {
- retries--;
- udelay(5);