aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJonas Bonn <jonas.bonn@gmail.com>2008-11-19 17:10:56 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:10:56 +0000
commit2fcce1707dfa7242daafaa825cace1bebd3452e1 (patch)
tree34c2d194cab664241db5efbe54243f5cfc853aca /sound
parentf2ac56cd96daa48f8de0c67849e7b62dfcc44ff6 (diff)
Fix build warning
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/s3c24xx/s3c24xx-i2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-i2s.c b/sound/soc/s3c24xx/s3c24xx-i2s.c
index 49f1dd18ce3..a88c96a6164 100644
--- a/sound/soc/s3c24xx/s3c24xx-i2s.c
+++ b/sound/soc/s3c24xx/s3c24xx-i2s.c
@@ -309,7 +309,6 @@ static int s3c24xx_i2s_trigger(struct snd_pcm_substream *substream, int cmd)
break;
}
-exit_err:
return ret;
}