Skip to content

Commit 27c5063

Browse files
committed
mmc: sdhci-of-at91: display clock changes for debug purpose only
The sdhci_at91_set_clks_presets() function is called multiple times at runtime and the messages are shown on the console. Display clk mul, gck rate and clk base for debug porpose only. Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
1 parent 4e060be commit 27c5063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mmc/host/sdhci-of-at91.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ static int sdhci_at91_set_clks_presets(struct device *dev)
194194
writel(caps1, host->ioaddr + SDHCI_CAPABILITIES_1);
195195
/* Set capabilities in ro mode. */
196196
writel(0, host->ioaddr + SDMMC_CACR);
197-
dev_info(dev, "update clk mul to %u as gck rate is %u Hz\n",
197+
dev_dbg(dev, "update clk mul to %u as gck rate is %u Hz\n",
198198
clk_mul, real_gck_rate);
199199
}
200200

0 commit comments

Comments
 (0)