aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2019-07-31 10:06:48 +0200
committerDavid S. Miller <davem@davemloft.net>2019-07-31 08:38:36 -0700
commit246902bdf562d45ea3475fac64c93048a7a39f01 (patch)
tree076ff61b2ebac48ea4349cfbd3bb6574e0c55e13 /net
parentnet: ethernet: et131x: Use GFP_KERNEL instead of GFP_ATOMIC when allocating tx_ring->tcb_ring (diff)
downloadlinux-dev-246902bdf562d45ea3475fac64c93048a7a39f01.tar.xz
linux-dev-246902bdf562d45ea3475fac64c93048a7a39f01.zip
net: ag71xx: Use GFP_KERNEL instead of GFP_ATOMIC in 'ag71xx_rings_init()'
There is no need to use GFP_ATOMIC here, GFP_KERNEL should be enough. The 'kcalloc()' just a few lines above, already uses GFP_KERNEL. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions