diff options
Diffstat (limited to 'sound/oss/soundcard.c')
-rw-r--r-- | sound/oss/soundcard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/soundcard.c b/sound/oss/soundcard.c index a5ab61ed0a97..46c0d03dbecc 100644 --- a/sound/oss/soundcard.c +++ b/sound/oss/soundcard.c | |||
@@ -249,7 +249,7 @@ static int sound_open(struct inode *inode, struct file *file) | |||
249 | } | 249 | } |
250 | 250 | ||
251 | mutex_unlock(&soundcard_mutex); | 251 | mutex_unlock(&soundcard_mutex); |
252 | return 0; | 252 | return retval; |
253 | } | 253 | } |
254 | 254 | ||
255 | static int sound_release(struct inode *inode, struct file *file) | 255 | static int sound_release(struct inode *inode, struct file *file) |