Update of /cvsroot/alsa/alsa-kernel/core/seq/instr
In directory sc8-pr-cvs1:/tmp/cvs-serv478

Modified Files:
        ainstr_iw.c 
Log Message:
Fixed typo

Index: ainstr_iw.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/instr/ainstr_iw.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ainstr_iw.c 31 Jan 2003 15:19:36 -0000      1.6
+++ ainstr_iw.c 22 Mar 2003 19:57:36 -0000      1.7
@@ -78,7 +78,7 @@
        while (1) {
                if (*len < (long)sizeof(__u32))
                        return -EINVAL;
-               if (copy_from_user(&stype, data, sizeof(stype)))
+               if (copy_from_user(&stype, *data, sizeof(stype)))
                        return -EFAULT;
                if (stype == IWFFFF_STRU_WAVE)
                        return 0;



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to