This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / char / applicom.c
index 2d01685..148ea29 100644 (file)
@@ -200,7 +200,7 @@ int __init applicom_init(void)
 
        /* No mem and irq given - check for a PCI card */
 
-       while ( (dev = pci_get_class(PCI_CLASS_OTHERS << 16, dev))) {
+       while ( (dev = pci_find_class(PCI_CLASS_OTHERS << 16, dev))) {
 
                if (dev->vendor != PCI_VENDOR_ID_APPLICOM)
                        continue;