View | Details | Raw Unified | Return to bug 115132
Collapse All | Expand All

(-)drivers/amrmo_init.c-dist (-1 / +1 lines)
Lines 704-710 static int __init amrmo_init(void) Link Here
704
#else
704
#else
705
        while ((dev = pci_find_device(PCI_ANY_ID, PCI_ANY_ID, dev)) != NULL) {
705
        while ((dev = pci_find_device(PCI_ANY_ID, PCI_ANY_ID, dev)) != NULL) {
706
#endif
706
#endif
707
		if(pci_match_device(amrmo_pci_tbl, dev) &&
707
		if(pci_match_id(amrmo_pci_tbl, dev) &&
708
		   pci_dev_driver(dev)) {
708
		   pci_dev_driver(dev)) {
709
#if 1
709
#if 1
710
			AMRMO_DBG("device %04x:%04x is used by %s: remove\n",
710
			AMRMO_DBG("device %04x:%04x is used by %s: remove\n",

Return to bug 115132