pcm_native.c: remove unused label
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 6 Aug 2008 22:14:13 +0000 (15:14 -0700)
committerLinus 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

index c49b9d9..333cff6 100644 (file)
@@ -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;