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 [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to