Skip to content

Commit f5657b7

Browse files
committed
Merge branch 'at91-4.19-trunk/mmc-fixes' into linux-4.19-at91
Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
2 parents 046113c + 27c5063 commit f5657b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ static int sdhci_at91_set_clks_presets(struct device *dev)
213213
/* Set capabilities in ro mode. */
214214
writel(0, host->ioaddr + SDMMC_CACR);
215215

216-
dev_info(dev, "update clk mul to %u as gck rate is %u Hz and clk base is %u Hz\n",
216+
dev_dbg(dev, "update clk mul to %u as gck rate is %u Hz and clk base is %u Hz\n",
217217
clk_mul, gck_rate, clk_base_rate);
218218

219219
/*
@@ -389,7 +389,7 @@ static int sdhci_at91_probe(struct platform_device *pdev)
389389
pm_runtime_use_autosuspend(&pdev->dev);
390390

391391
/* HS200 is broken at this moment */
392-
host->quirks2 = SDHCI_QUIRK2_BROKEN_HS200;
392+
host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200;
393393

394394
ret = sdhci_add_host(host);
395395
if (ret)

0 commit comments

Comments
 (0)