linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mmc_rescan: reduce verbosity
@ 2010-10-11 21:48 Eric Bénard
  2010-10-12  1:50 ` Nicolas Pitre
  0 siblings, 1 reply; 9+ messages in thread
From: Eric Bénard @ 2010-10-11 21:48 UTC (permalink / raw)
  To: linux-mmc

since commit 820f2bcfdc32cd90061224c930cf670f961e12d1 mmc_rescan
includes a pr_info which prints 4 lines each second for hosts configured
with MMC_CAP_NEEDS_POLL. Tested on i.MX51's sdhci-esdhc.
This patch increase log level to debug (but maybe the right solution
would be to remove this log).

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 drivers/mmc/core/core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mmc/core/core.c b/drivers/mmc/core/core.c
index c94565d..6ecfcd9 100644
--- a/drivers/mmc/core/core.c
+++ b/drivers/mmc/core/core.c
@@ -1482,7 +1482,7 @@ void mmc_rescan(struct work_struct *work)
 			mmc_release_host(host);
 			goto out;
 		}
-		pr_info("%s: %s: trying to init card at %u Hz\n",
+		pr_debug("%s: %s: trying to init card at %u Hz\n",
 			mmc_hostname(host), __func__, host->f_init);
 
 		mmc_power_up(host);
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-10-12 21:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-11 21:48 [PATCH] mmc_rescan: reduce verbosity Eric Bénard
2010-10-12  1:50 ` Nicolas Pitre
2010-10-12  2:12   ` Chris Ball
2010-10-12  3:00     ` Nicolas Pitre
2010-10-12  6:00       ` Wolfram Sang
2010-10-12  7:29         ` [PATCH v2] " Eric Bénard
2010-10-12  8:41           ` Wolfram Sang
2010-10-12 15:08           ` Chris Ball
2010-10-12 20:51             ` Hein_Tibosch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).