]> git.baikalelectronics.ru Git - kernel.git/commit
fore200e: don't use GFP_DMA
authorChristoph Hellwig <hch@lst.de>
Tue, 9 Oct 2018 14:57:19 +0000 (16:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2018 05:38:50 +0000 (22:38 -0700)
commitc992ae60304fc2d674294d228d76d8ebe1d2de1e
tree546577241cc8457caafd180b3687112660bce300
parenta1fc3820af5d2925ea4d0e74e41f8cbbabdc1ff9
fore200e: don't use GFP_DMA

The driver properly uses the DMA mapping API, so it should not
pointlessly dip into the GFP_DMA pool, which is only 16MB on x86.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/fore200e.c