diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-06-14 20:42:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-06-14 20:42:33 +0000 |
commit | f88360279f91387dc61725226ad38c3c95d3790a (patch) | |
tree | 66d21f3483914eb7e674c45f3497ab8912094ac0 /target/linux/goldfish/patches-2.6.30/0108-mmc-sd-Remove-debugging-printk.patch | |
parent | a6d8f8be9e06c5ffb03f815c8c76ba743c64aa3d (diff) | |
download | mtk-20170518-f88360279f91387dc61725226ad38c3c95d3790a.zip mtk-20170518-f88360279f91387dc61725226ad38c3c95d3790a.tar.gz mtk-20170518-f88360279f91387dc61725226ad38c3c95d3790a.tar.bz2 |
add the 'goldfish' target, useful for experimenting with virtual phone hardware (includes the emulator)
SVN-Revision: 16459
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.patch | 20 |
1 files changed, 20 insertions, 0 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 new file mode 100644 index 0000000..f9efdb3 --- /dev/null +++ b/target/linux/goldfish/patches-2.6.30/0108-mmc-sd-Remove-debugging-printk.patch @@ -0,0 +1,20 @@ +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); |