Update of /cvsroot/alsa/alsa-kernel/pci/nm256 In directory sc8-pr-cvs1:/tmp/cvs-serv12073/nm256
Modified Files: nm256.c Log Message: - fixed compile warnings with cast for memcpy_fromio/toio. - use copy_to_user_fromio() in proc output. Index: nm256.c =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/pci/nm256/nm256.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- nm256.c 12 Aug 2003 14:10:16 -0000 1.30 +++ nm256.c 14 Oct 2003 14:08:49 -0000 1.31 @@ -335,7 +335,7 @@ return; } #endif - memcpy_toio(chip->buffer + offset, src, size); + memcpy_toio((void *)chip->buffer + offset, src, size); } /* ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog