]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: message: fusion: Use GFP_KERNEL
authorJulia Lawall <Julia.Lawall@inria.fr>
Thu, 10 Feb 2022 20:42:22 +0000 (21:42 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 11 Feb 2022 22:09:27 +0000 (17:09 -0500)
commit159fbfeb198b292d1f47eaf24383fcfe1fc2a55d
treecc0bf2a78c8ea196e3188f944f0d3c8c1b98470b
parent415859c59570d80ce94a6c88c04f685e83443038
scsi: message: fusion: Use GFP_KERNEL

Pci_driver probe functions aren't called with locks held and thus don't
need GFP_ATOMIC. Use GFP_KERNEL instead.

Problem found with Coccinelle.

Link: https://lore.kernel.org/r/20220210204223.104181-9-Julia.Lawall@inria.fr
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/message/fusion/mptspi.c