Messages in this thread |  | | | Date | Fri, 7 Oct 2005 00:24:51 +0200 | | From | Jiri Slaby <> | | Subject | Re: [PATCH] include: pci_find_device remove (include/asm-i386/ide.h) |
| |
On 9/10/05, Jeff Garzik <jgarzik@pobox.com> wrote: > Jiri Slaby wrote: > > diff --git a/include/asm-i386/ide.h b/include/asm-i386/ide.h > > --- a/include/asm-i386/ide.h > > +++ b/include/asm-i386/ide.h > > @@ -41,7 +41,12 @@ static __inline__ int ide_default_irq(un > > > > static __inline__ unsigned long ide_default_io_base(int index) > > { > > - if (pci_find_device(PCI_ANY_ID, PCI_ANY_ID, NULL) == NULL) { > > + struct pci_dev *pdev = pci_get_device(PCI_ANY_ID, PCI_ANY_ID, NULL); > > + unsigned int a = !pdev; > > + > > + pci_dev_put(pdev); > > > Looks like we need to resurrect pci_present() from the ancient past. So, what was the result of this debate? I can't see any solution in that thread, not even in 2.6.14-rc2-mm2.
thanks, -- Jiri Slaby www.fi.muni.cz/~xslaby ~\-/~ jirislaby@gmail.com ~\-/~ B67499670407CE62ACC8 22A032CC55C339D47A7E - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |