hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/x86/pci/acpi.c
....@@ -356,7 +356,7 @@
356356 } else {
357357 struct pci_root_info *info;
358358
359
- info = kzalloc_node(sizeof(*info), GFP_KERNEL, node);
359
+ info = kzalloc(sizeof(*info), GFP_KERNEL);
360360 if (!info)
361361 dev_err(&root->device->dev,
362362 "pci_bus %04x:%02x: ignored (out of memory)\n",