|
@@ -356,7 +356,7 @@ struct pci_bus *pci_acpi_scan_root(struct acpi_pci_root *root)
|
|
} else {
|
|
} else {
|
|
struct pci_root_info *info;
|
|
struct pci_root_info *info;
|
|
|
|
|
|
- info = kzalloc_node(sizeof(*info), GFP_KERNEL, node);
|
|
|
|
|
|
+ info = kzalloc(sizeof(*info), GFP_KERNEL);
|
|
if (!info)
|
|
if (!info)
|
|
dev_err(&root->device->dev,
|
|
dev_err(&root->device->dev,
|
|
"pci_bus %04x:%02x: ignored (out of memory)\n",
|
|
"pci_bus %04x:%02x: ignored (out of memory)\n",
|