linux/drivers/misc/pvpanic
Christophe JAILLET a224db273a misc/pvpanic-mmio: 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/58cc7f12535a796a0ef1a699bcba61e45ab8a2ad.1621665058.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-05-27 14:46:57 +02:00
..
Kconfig misc/pvpanic: add PCI driver 2021-03-28 14:57:11 +02:00
Makefile misc/pvpanic: add PCI driver 2021-03-28 14:57:11 +02:00
pvpanic-mmio.c misc/pvpanic-mmio: Use GFP_KERNEL instead of GFP_ATOMIC 2021-05-27 14:46:57 +02:00
pvpanic-pci.c misc/pvpanic-pci: Use GFP_KERNEL instead of GFP_ATOMIC 2021-05-27 14:46:57 +02:00
pvpanic.c misc/pvpanic: Make some symbols static 2021-04-02 16:16:49 +02:00
pvpanic.h