commit | 246902bdf562d45ea3475fac64c93048a7a39f01 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Wed Jul 31 10:06:48 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 31 08:38:36 2019 -0700 |
tree | 076ff61b2ebac48ea4349cfbd3bb6574e0c55e13 | |
parent | 47b69bf74f16b20a3bb95b1fe27e5347dd34b683 [diff] |
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>