lkml.org 
[lkml]   [2000]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] fix to compile nm256_audio.c

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/
\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.036 / U:0.828 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site