tegra SDHCI: Make debugging printk properly a debugging printk
authorTodd Poynor <toddpoynor@google.com>
Thu, 23 Dec 2010 20:55:08 +0000 (12:55 -0800)
committerTodd Poynor <toddpoynor@google.com>
Thu, 23 Dec 2010 20:56:47 +0000 (12:56 -0800)
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 <toddpoynor@google.com>
drivers/mmc/host/sdhci-tegra.c

index 2cb479987b8d6a37725db6fb709bf4c07cc25381..153bd9a16dd96bc4e5274753d33ebc942ccb4d0c 100644 (file)
@@ -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);