kernel_optimize_test/drivers/isdn/hardware/mISDN
Jia-Ju Bai 9d8009dee9 isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()
nj_probe() is never called in atomic context.
It calls kzalloc() with GFP_ATOMIC, which is not necessary.
GFP_ATOMIC can be replaced with GFP_KERNEL.

This is found by a static analysis tool named DCNS written by myself.

Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-26 21:21:23 -07:00
..
avmfritz.c isdn: mark expected switch fall-throughs 2018-07-04 22:17:32 +09:00
hfc_multi_8xx.h
hfc_multi.h
hfc_pci.h
hfcmulti.c
hfcpci.c isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe() 2018-07-26 21:20:52 -07:00
hfcsusb.c
hfcsusb.h
iohelper.h
ipac.h
isar.h
Kconfig
Makefile
mISDNinfineon.c isdn: mark expected switch fall-throughs 2018-07-04 22:17:32 +09:00
mISDNipac.c
mISDNisar.c isdn: mark expected switch fall-throughs 2018-07-04 22:17:32 +09:00
netjet.c isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe() 2018-07-26 21:21:23 -07:00
netjet.h
speedfax.c
w6692.c
w6692.h