projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
970a8a5
)
pcm_native.c: remove unused label
author
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 6 Aug 2008 22:14:13 +0000
(15:14 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 6 Aug 2008 22:14:13 +0000
(15:14 -0700)
This fixes the warning
sound/core/pcm_native.c: In function 'snd_pcm_fasync':
sound/core/pcm_native.c:3262: warning: label 'out' defined but not used
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
sound/core/pcm_native.c
patch
|
blob
|
history
diff --git
a/sound/core/pcm_native.c
b/sound/core/pcm_native.c
index
c49b9d9
..
333cff6
100644
(file)
--- a/
sound/core/pcm_native.c
+++ b/
sound/core/pcm_native.c
@@
-3259,7
+3259,6
@@
static int snd_pcm_fasync(int fd, struct file * file, int on)
runtime = substream->runtime;
err = fasync_helper(fd, file, on, &runtime->fasync);
-out:
unlock_kernel();
if (err < 0)
return err;