diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-pci.c')
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 406da9a8d453..c5b316e22371 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c | |||
@@ -380,7 +380,7 @@ static int sdhci_pci_enable_dma(struct sdhci_host *host) | |||
380 | "doesn't fully claim to support it.\n"); | 380 | "doesn't fully claim to support it.\n"); |
381 | } | 381 | } |
382 | 382 | ||
383 | ret = pci_set_dma_mask(pdev, DMA_32BIT_MASK); | 383 | ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(32)); |
384 | if (ret) | 384 | if (ret) |
385 | return ret; | 385 | return ret; |
386 | 386 | ||