From: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> Date: Wed, 31 Jul 2019 09:38:42 +0200 > There is no good reason to use GFP_ATOMIC here. Other memory allocations > are performed with GFP_KERNEL (see other 'dma_alloc_coherent()' below and > 'kzalloc()' in 'et131x_rx_dma_memory_alloc()') > > Use GFP_KERNEL which should be enough. > > Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> Applied, thanks.