We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 046113c + 27c5063 commit f5657b7Copy full SHA for f5657b7
1 file changed
drivers/mmc/host/sdhci-of-at91.c
@@ -213,7 +213,7 @@ static int sdhci_at91_set_clks_presets(struct device *dev)
213
/* Set capabilities in ro mode. */
214
writel(0, host->ioaddr + SDMMC_CACR);
215
216
- dev_info(dev, "update clk mul to %u as gck rate is %u Hz and clk base is %u Hz\n",
+ dev_dbg(dev, "update clk mul to %u as gck rate is %u Hz and clk base is %u Hz\n",
217
clk_mul, gck_rate, clk_base_rate);
218
219
/*
@@ -389,7 +389,7 @@ static int sdhci_at91_probe(struct platform_device *pdev)
389
pm_runtime_use_autosuspend(&pdev->dev);
390
391
/* HS200 is broken at this moment */
392
- host->quirks2 = SDHCI_QUIRK2_BROKEN_HS200;
+ host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200;
393
394
ret = sdhci_add_host(host);
395
if (ret)
0 commit comments