kernel/arch/x86/pci/acpi.c
.. .. @@ -356,7 +356,7 @@ 356 356 } else { 357 357 struct pci_root_info *info; 358 358 359 - info = kzalloc_node(sizeof(*info), GFP_KERNEL, node);359 + info = kzalloc(sizeof(*info), GFP_KERNEL);360 360 if (!info) 361 361 dev_err(&root->device->dev, 362 362 "pci_bus %04x:%02x: ignored (out of memory)\n",