1
0
Fork 0
alistair23-linux/drivers/staging/netlogic
Hariprasad Kelam 5d32630f17 staging: netlogic: Change GFP_ATOMIC to GFP_KERNEL
Below is data path of xlr_config_spill
xlr_net_probe
  -->xlr_config_fifo_spill_area
  --->xlr_config_spill

We can use GFP_KERNEL as this function is getting called from
xlr_net_probe and there are no locks.

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-07-01 09:07:03 +02:00
..
Kconfig staging: add missing SPDX lines to Kconfig files 2019-04-03 11:10:15 +02:00
Makefile staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
TODO Staging: Netlogic: Move all the netdev under single parent device 2014-08-30 14:00:11 -07:00
platform_net.c staging: netlogic: Remove boilerplate license text 2019-02-26 11:40:07 +01:00
platform_net.h staging: netlogic: Remove boilerplate license text 2019-02-26 11:40:07 +01:00
xlr_net.c staging: netlogic: Change GFP_ATOMIC to GFP_KERNEL 2019-07-01 09:07:03 +02:00
xlr_net.h staging: netlogic: Remove boilerplate license text 2019-02-26 11:40:07 +01:00