Replace pci_find_{device,subsys} with pci_get_{device,subsys}.


Signed-off-by: Amit Gud <[EMAIL PROTECTED]>

---
diff -upr orig-2.6.12-rc1/arch/ia64/sn/kernel/io_init.c 
work-2.6.12-rc1/arch/ia64/sn/kernel/io_init.c
--- orig-2.6.12-rc1/arch/ia64/sn/kernel/io_init.c       2005-03-15 
21:00:10.000000000 +0530
+++ work-2.6.12-rc1/arch/ia64/sn/kernel/io_init.c       2005-03-24 
15:29:23.539955472 +0530
@@ -365,8 +365,9 @@ static int __init sn_pci_init(void)
         */
 
        while ((pci_dev =
-               pci_find_device(PCI_ANY_ID, PCI_ANY_ID, pci_dev)) != NULL) {
+               pci_get_device(PCI_ANY_ID, PCI_ANY_ID, pci_dev)) != NULL) {
                sn_pci_fixup_slot(pci_dev);
+               pci_dev_put(dev);
        }
 
        sn_ioif_inited = 1;     /* sn I/O infrastructure now initialized */
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to