Merge branch 'fixes' into next
authorUlf Hansson <ulf.hansson@linaro.org>
Thu, 14 Nov 2019 15:29:31 +0000 (16:29 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 14 Nov 2019 15:29:31 +0000 (16:29 +0100)
drivers/mmc/host/sdhci-of-at91.c

index 9571c4a..5959e39 100644 (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)