remove bogus GFP_DMA32 flags for dma allocations

From: Christoph Hellwig
Date: Sat Oct 13 2018 - 11:17:13 EST


dma_alloc_* internally selects the zone to allocate from based on the
DMA mask. Remove all explicit uses of GFP_DMA32 with dma_alloc_*.