Merge branch 'fixes' into next

This commit is contained in:
Ulf Hansson 2019-11-14 16:29:31 +01:00
commit 6ca228d1c5
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ static int sdhci_at91_probe(struct platform_device *pdev)
pm_runtime_use_autosuspend(&pdev->dev);
/* HS200 is broken at this moment */
host->quirks2 = SDHCI_QUIRK2_BROKEN_HS200;
host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200;
ret = sdhci_add_host(host);
if (ret)