Update of /cvsroot/alsa/alsa-kernel/pci
In directory usw-pr-cvs1:/tmp/cvs-serv17984

Modified Files:
        cs4281.c 
Log Message:
added the missing brace.



Index: cs4281.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/cs4281.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- cs4281.c    20 Aug 2002 07:24:59 -0000      1.26
+++ cs4281.c    20 Aug 2002 09:06:31 -0000      1.27
@@ -553,6 +553,7 @@
                        delay += 999;
                        delay /= 1000;
                        mdelay(delay > 0 ? delay : 1);
+               }
        } else {
                udelay(delay);
        }



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to