diff options
| author | 2019-07-31 09:38:42 +0200 | |
|---|---|---|
| committer | 2019-07-31 08:33:30 -0700 | |
| commit | 47b69bf74f16b20a3bb95b1fe27e5347dd34b683 (patch) | |
| tree | 7652180bb40f521bd6976565ff07bcb5f96a866d /include/uapi/linux | |
| parent | drop_monitor: Add missing uAPI file to MAINTAINERS file (diff) | |
| download | linux-dev-47b69bf74f16b20a3bb95b1fe27e5347dd34b683.tar.xz linux-dev-47b69bf74f16b20a3bb95b1fe27e5347dd34b683.zip | |
net: ethernet: et131x: Use GFP_KERNEL instead of GFP_ATOMIC when allocating tx_ring->tcb_ring
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@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions
