[PATCH] fix to compile nm256_audio.c

From: Arnaldo Carvalho de Melo (acme@conectiva.com.br)
Date: Sun Sep 03 2000 - 22:37:45 EST


Linus,

                Please apply.

                        - Arnaldo

--- linux-2.4.0-test8-pre2/drivers/sound/nm256_audio.c Sat Sep 2 20:50:27 2000
+++ linux-2.4.0-test8-pre2.acme/drivers/sound/nm256_audio.c Sun Sep 3 19:57:13 2000
@@ -1467,7 +1467,7 @@
             break;
 
         case SNDCTL_DSP_SETFMT:
- if (get_user(ret, (int *) arg)
+ if (get_user(ret, (int *) arg))
                 return -EFAULT;
 
             if (ret != 0) {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Sep 07 2000 - 21:00:16 EST