Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17491
b: refs/heads/master
c: fb37fb9
h: refs/heads/master
i:
  17489: 48ad290
  17487: b88a327
v: v3
  • Loading branch information
Hanna Linder authored and Greg Kroah-Hartman committed Jan 9, 2006
1 parent 7a39950 commit 090904c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c94792f017c8c90d2ca84b0f4cd9c143471d5e3
refs/heads/master: fb37fb960689aa1346e2621a946f230285c03593
2 changes: 1 addition & 1 deletion trunk/arch/i386/pci/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 090904c

Please sign in to comment.