On Sun, 2004-10-03 at 01:29, Christoph Hellwig wrote: > On Sat, Oct 02, 2004 at 11:19:31PM -0700, Scott Feldman wrote: > > Replace pci_find_device with pci_get_device/pci_dev_put to plug > > race with pci_find_device. > > Shouldn't this use pci_dev_present? No, because the dev pointer is needed later in the code if dev was found. pci_dev_present doesn't return the dev. -scott