aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/s3c24xx
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-03-10 16:48:50 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-03-10 11:59:56 +0000
commit08226614789496dc395e3714115a3bcf2ca3baa2 (patch)
treeba2d91560523af02a024e9ab11406550e7b1135b /sound/soc/s3c24xx
parentASoC: bf5xx-sport: use common SPORT code for MMR info (diff)
downloadlinux-dev-08226614789496dc395e3714115a3bcf2ca3baa2.tar.xz
linux-dev-08226614789496dc395e3714115a3bcf2ca3baa2.zip
ASoC: S3C: I2Sv2: Add missing semicolon
Add missing semicolon after s3c2412_i2s_delay Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r--sound/soc/s3c24xx/s3c-i2s-v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c
index aa84f4cb4d8a..8f085087aa8c 100644
--- a/sound/soc/s3c24xx/s3c-i2s-v2.c
+++ b/sound/soc/s3c24xx/s3c-i2s-v2.c
@@ -753,7 +753,7 @@ int s3c_i2sv2_register_dai(struct snd_soc_dai *dai)
/* Allow overriding by (for example) IISv4 */
if (!ops->delay)
- ops->delay = s3c2412_i2s_delay,
+ ops->delay = s3c2412_i2s_delay;
dai->suspend = s3c2412_i2s_suspend;
dai->resume = s3c2412_i2s_resume;