commit | b647ceb5a13e0cbe2f47fcc939a87526e1debf10 | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Sat May 22 08:54:52 2021 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 27 14:46:57 2021 +0200 |
tree | 374071ad99c7913bebff9c269f1571fec8db7a85 | |
parent | 372dae89972594393b57f29ec44e351fa7eedbbe [diff] |
misc/pvpanic-pci: Use GFP_KERNEL instead of GFP_ATOMIC There is no need to use GFP_ATOMIC in a probe function. Use GFP_KERNEL instead. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/5ea4fb9802f7b780cc3e5ae768561a0372a39ebb.1621665058.git.christophe.jaillet@wanadoo.fr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>