Re: [KJ] [RFT 2.6] intel-agp.c: replace pci_find_device with pci_get_device

From: Christoph Hellwig
Date: Wed Oct 20 2004 - 17:36:33 EST


On Wed, Oct 20, 2004 at 11:03:47PM +0100, Matthew Wilcox wrote:
> On Wed, Oct 20, 2004 at 11:52:14AM -0700, Hanna Linder wrote:
> >
> > As pci_find_device is going away soon I have converted this file to use
> > pci_get_device instead. I have compile tested it. If anyone has this hardware
> > and could test it that would be great.
>
> Should be converted to the pci_driver API.

No. It's already using the pci_driver API, but the same device can be
handled differently depending on the presence of another one. Maybe
pci_dev_present would fit here.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/