projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0d10f5
)
ASoC: S3C: I2Sv2: Add missing semicolon
author
Jassi Brar
<jassi.brar@samsung.com>
Wed, 10 Mar 2010 07:48:50 +0000
(16:48 +0900)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 10 Mar 2010 11:59:56 +0000
(11:59 +0000)
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>
sound/soc/s3c24xx/s3c-i2s-v2.c
patch
|
blob
|
history
diff --git
a/sound/soc/s3c24xx/s3c-i2s-v2.c
b/sound/soc/s3c24xx/s3c-i2s-v2.c
index aa84f4cb4d8acce0e7777ae2f217f3750c51ee43..8f085087aa8c3a70084a694c2b7659d9bdc7e5e5 100644
(file)
--- 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;