Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9237578 authored by John W. Linville's avatar John W. Linville
Browse files

rt2x00pci: do not use GFP_DMA

parent 26f94dc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ static int rt2x00pci_alloc_queue_dma(struct rt2x00_dev *rt2x00dev,
	 */
	addr = dma_alloc_coherent(rt2x00dev->dev,
				  queue->limit * queue->desc_size,
				  &dma, GFP_KERNEL | GFP_DMA);
				  &dma, GFP_KERNEL);
	if (!addr)
		return -ENOMEM;