diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2019-07-31 10:06:48 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-31 08:38:36 -0700 |
commit | 246902bdf562d45ea3475fac64c93048a7a39f01 (patch) | |
tree | 076ff61b2ebac48ea4349cfbd3bb6574e0c55e13 /net | |
parent | 47b69bf74f16b20a3bb95b1fe27e5347dd34b683 (diff) | |
download | linux-246902bdf562d45ea3475fac64c93048a7a39f01.tar.bz2 |
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