Update of /cvsroot/alsa/alsa-kernel/pci
In directory sc8-pr-cvs1:/tmp/cvs-serv25485

Modified Files:
        cmipci.c 
Log Message:
Look for each devices

Index: cmipci.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/cmipci.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- cmipci.c    5 Dec 2002 20:28:29 -0000       1.36
+++ cmipci.c    3 Jan 2003 09:44:20 -0000       1.37
@@ -2954,7 +2954,7 @@
        case PCI_DEVICE_ID_CMEDIA_CM8738:
        case PCI_DEVICE_ID_CMEDIA_CM8738B:
                txvx = 1;
-               list_for_each(pos, &(pci->global_list)) {
+               pci_for_each_dev(pos) {
                        struct pci_dev * cur = list_entry(pos, struct pci_dev, 
global_list);
                        if (cur->vendor != 0x8086) /* PCI_VENDOR_ID_INTEL */
                                continue;



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to