Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb37fb96 authored by Hanna Linder's avatar Hanna Linder Committed by Greg Kroah-Hartman
Browse files

[PATCH] PCI: arch/i386/pci/acpi.c: use for_each_pci_dev

parent 3c94792f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ static int __init pci_acpi_init(void)
		 * don't use pci_enable_device().
		 */
		printk(KERN_INFO "PCI: Routing PCI interrupts for all devices because \"pci=routeirq\" specified\n");
		while ((dev = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, dev)) != NULL)
		for_each_pci_dev(dev)
			acpi_pci_irq_enable(dev);
	} else
		printk(KERN_INFO "PCI: If a device doesn't work, try \"pci=routeirq\".  If it helps, post a report\n");