staging: netlogic: Change GFP_ATOMIC to GFP_KERNEL
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Sat, 29 Jun 2019 19:10:35 +0000 (00:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Jul 2019 07:07:03 +0000 (09:07 +0200)
commit5d32630f170c5e200381f3d26ffe179f58f61b66
treef09de1f52f13c43251ee8b1a1cf549d33119b57f
parent321cab4b5e56f2b5371da20de618c7c1a791ceb5
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>
drivers/staging/netlogic/xlr_net.c