]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - drivers/pci/controller/pci-hyperv.c
Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[thirdparty/kernel/stable.git] / drivers / pci / controller / pci-hyperv.c
index d4d4a55f09f840e96d0722b0c7d94b4061d746e9..c00f82cc54aacac60c6b24ce424402cb3e4dfea1 100644 (file)
@@ -1546,7 +1546,7 @@ static struct hv_pci_dev *new_pcichild_device(struct hv_pcibus_device *hbus,
        unsigned long flags;
        int ret;
 
-       hpdev = kzalloc(sizeof(*hpdev), GFP_ATOMIC);
+       hpdev = kzalloc(sizeof(*hpdev), GFP_KERNEL);
        if (!hpdev)
                return NULL;