spi: pic32-sqi: don't pass GFP_DMA32 to dma_alloc_coherent
authorChristoph Hellwig <hch@lst.de>
Sat, 13 Oct 2018 15:17:02 +0000 (17:17 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 17 Oct 2018 10:11:32 +0000 (11:11 +0100)
commitec506e9246bf42795f1fa8a5cd00740e5686ba73
tree495a2af90e92b2ca5394364195913e3f0d20e5c4
parent133eb8e38b02c6c63a039523fca12737009a6686
spi: pic32-sqi: don't pass GFP_DMA32 to dma_alloc_coherent

The DMA API does its own zone decisions based on the coherent_dma_mask.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pic32-sqi.c