linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 02/11] arch/i386/pci/acpi.c Use for_each_pci_dev macro
@ 2005-01-11 23:34 domen
  0 siblings, 0 replies; only message in thread
From: domen @ 2005-01-11 23:34 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, domen, hannal, janitor




Using the new for_each_pci_dev macro. Compiled and boot tested.

Hanna Linder
IBM Linux Technology Center

Signed-off-by: Hanna Linder <hannal@us.ibm.com>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>

---

Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj-domen/arch/i386/pci/acpi.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/i386/pci/acpi.c~for-each-pci-dev-arch_i386_pci_acpi arch/i386/pci/acpi.c
--- kj/arch/i386/pci/acpi.c~for-each-pci-dev-arch_i386_pci_acpi	2005-01-10 17:59:56.000000000 +0100
+++ kj-domen/arch/i386/pci/acpi.c	2005-01-10 17:59:56.000000000 +0100
@@ -41,7 +41,7 @@ static int __init pci_acpi_init(void)
 		printk(KERN_INFO "** was specified.  If this was required to make a driver work,\n");
 		printk(KERN_INFO "** please email the output of \"lspci\" to bjorn.helgaas@hp.com\n");
 		printk(KERN_INFO "** so I can fix the driver.\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 interrupts are no longer routed automatically.  If this\n");
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-12  0:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-11 23:34 [patch 02/11] arch/i386/pci/acpi.c Use for_each_pci_dev macro domen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).