mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 08:02:59 -04:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user