Skip to content

Commit

Permalink
ASoC: S3C: I2Sv2: Add missing semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jassi Brar authored and Mark Brown committed Mar 10, 2010
1 parent f0d10f5 commit 0822661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/s3c24xx/s3c-i2s-v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0822661

Please sign in to comment.