aboutsummaryrefslogtreecommitdiff
path: root/sound/oss/audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/oss/audio.c')
-rw-r--r--sound/oss/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/audio.c b/sound/oss/audio.c
index 4b958b1c497..09c932f899b 100644
--- a/sound/oss/audio.c
+++ b/sound/oss/audio.c
@@ -354,7 +354,7 @@ int audio_read(int dev, struct file *file, char __user *buf, int count)
if(copy_to_user(&(buf)[p], fixit, l))
return -EFAULT;
- };
+ }
DMAbuf_rmchars(dev, buf_no, l);