aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2022-02-14 20:09:06 +0100
committerDavid S. Miller <davem@davemloft.net>2022-02-15 14:34:29 +0000
commit25ce79db8042d364fe957d51e734f14d5b0c933a (patch)
tree3b62c97105f74409548d0519545294210854fe97 /drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c
parentvirtio_net: Fix code indent error (diff)
downloadlinux-dev-25ce79db8042d364fe957d51e734f14d5b0c933a.tar.xz
linux-dev-25ce79db8042d364fe957d51e734f14d5b0c933a.zip
net: hso: Use GFP_KERNEL instead of GFP_ATOMIC when possible
hso_create_device() is only called from function that already use GFP_KERNEL. And all the callers are called from the probe function. So there is no need here to explicitly require a GFP_ATOMIC when allocating memory. Use GFP_KERNEL instead. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c')
0 files changed, 0 insertions, 0 deletions