]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita3a7ee081913cba8d48378197090b7ac0c885484
treef09de1f52f13c43251ee8b1a1cf549d33119b57f
parent85a0c112576fff059c4f6a0c3d0aca8b1077e9b2
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