Update of /cvsroot/alsa/alsa-kernel/isa/cs423x
In directory sc8-pr-cvs1:/tmp/cvs-serv27341

Modified Files:
        cs4236_lib.c 
Log Message:
Fixed warning

Index: cs4236_lib.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/isa/cs423x/cs4236_lib.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cs4236_lib.c        15 Feb 2003 14:52:40 -0000      1.9
+++ cs4236_lib.c        9 Jun 2003 09:18:48 -0000       1.10
@@ -284,7 +284,7 @@
                return err;
 
        if (!(chip->hardware & CS4231_HW_CS4236B_MASK)) {
-               snd_printk("CS4236+: MODE3 and extended registers not available, 
hardware=0x%lx\n",chip->hardware);
+               snd_printk("CS4236+: MODE3 and extended registers not available, 
hardware=0x%x\n",chip->hardware);
                snd_device_free(card, chip);
                return -ENODEV;
        }



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to