Greg KH wrote:
pci_for_each_dev() Superseded by pci_find_device()
No! Use pci_get_device(), pci_find_device() is about to be deleted.
Looking at pci.txt, it appears that if I use pci_get_device(), I will also need to use pci_dev_put().
-- Timur Tabi Staff Software Engineer timur.tabi@xxxxxxxxxxx
-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/