]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf6d8190f03062153075864531c21c44bcab0a8b0
tree495a2af90e92b2ca5394364195913e3f0d20e5c4
parentbbb58802bf0d717ee31c2022dfc638fff4577b99
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