Skip to content
Commit c9ac080b authored by Julia Lawall's avatar Julia Lawall Committed by Jakub Kicinski
Browse files

net: moxa: use GFP_KERNEL



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

Problem found with Coccinelle.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220210204223.104181-1-Julia.Lawall@inria.fr
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 5f7dc7d4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment