From: Todd Poynor Date: Thu, 23 Dec 2010 20:55:08 +0000 (-0800) Subject: tegra SDHCI: Make debugging printk properly a debugging printk X-Git-Tag: firefly_0821_release~9833^2~78 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d90df01c187d268aa3537f01d91d20a9dbe22f5b;p=firefly-linux-kernel-4.4.55.git tegra SDHCI: Make debugging printk properly a debugging printk Tegra SDMMC clock enable/disable seems to be working well enough, don't need this extra spew. Change-Id: I8bce2a6b26a72b9b3af2eec873bca0177f149ca3 Signed-off-by: Todd Poynor --- diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index 2cb479987b8d..153bd9a16dd9 100644 --- a/drivers/mmc/host/sdhci-tegra.c +++ b/drivers/mmc/host/sdhci-tegra.c @@ -67,7 +67,7 @@ static void tegra_sdhci_enable_clock(struct tegra_sdhci_host *host, int enable) static void tegra_sdhci_set_clock(struct sdhci_host *sdhci, unsigned int clock) { struct tegra_sdhci_host *host = sdhci_priv(sdhci); - pr_info("tegra sdhci clock %s %u enabled=%d\n", + pr_debug("tegra sdhci clock %s %u enabled=%d\n", mmc_hostname(sdhci->mmc), clock, host->clk_enabled); tegra_sdhci_enable_clock(host, clock);