Re: [PATCH v3 3/3] mmc: sdhci-pci: Do not set DMA mask in enable_dma()

From: Arnd Bergmann
Date: Fri Mar 04 2016 - 10:58:26 EST


On Friday 04 March 2016 19:38:45 Alexandre Courbot wrote:
> DMA mask will already be set by sdhci_set_dma_mask(), which
> is equivalent to the removed code since pci_set_dma_mask()
> expands to its DMA-API counterpart.
>
> There should also be no reason to set the DMA mask after probe.
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>