aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2020-08-15 06:12:37 +0000
committerMauro Carvalho Chehab <[email protected]>2020-08-28 12:06:36 +0000
commitddecfc76979d5585847c76c4c489dcac389f86dd (patch)
tree8e9efda4071811a1495f75453cab03f8a2b310a1 /net/core/dev.c
parentmedia: gpio-ir-tx: spinlock is not needed to disable interrupts (diff)
downloadkernel-ddecfc76979d5585847c76c4c489dcac389f86dd.tar.gz
kernel-ddecfc76979d5585847c76c4c489dcac389f86dd.zip
media: mceusb: Avoid GFP_ATOMIC where it is not needed
There is no point in using GFP_ATOMIC here. It is a probe function, and GFP_KERNEL is already used the line before and the line after. Use GFP_KERNEL instead. Signed-off-by: Christophe JAILLET <[email protected]> Signed-off-by: Sean Young <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'net/core/dev.c')
0 files changed, 0 insertions, 0 deletions