commit | bd9ff18bffcd1861ff0c7dc3fd06d0df2510cc42 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Mon Mar 07 11:07:57 2016 +0900 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Fri Mar 18 09:12:25 2016 +0100 |
tree | 84578b6f7b09498747d72593be660f689cbfeb33 | |
parent | 741b48f4f39730fdf74bc5892fca2de2fe798b63 [diff] |
mmc: sdhci-pci: Do not set DMA mask in enable_dma() 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@nvidia.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>