Commit 2b0821ce authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

[PATCH] PCI: remove usage of pci_for_each_dev() in drivers/acpi/pci_irq.c

parent 90c1774a
...@@ -402,7 +402,7 @@ acpi_pci_irq_init (void) ...@@ -402,7 +402,7 @@ acpi_pci_irq_init (void)
iosapic_parse_prt(); iosapic_parse_prt();
#endif #endif
pci_for_each_dev(dev) while ((dev = pci_find_device(PCI_ANY_ID, PCI_ANY_ID, dev)) != NULL)
acpi_pci_irq_enable(dev); acpi_pci_irq_enable(dev);
return_VALUE(0); return_VALUE(0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment