Skip to content

Commit e52a73e

Browse files
Chen Nibroonie
authored andcommitted
ASoC: Intel: sof_sdw: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Link: https://patch.msgid.link/20240709030921.585740-1-nichen@iscas.ac.cn Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent be5db75 commit e52a73e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sound/soc/intel/boards/sof_sdw.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,9 +2136,9 @@ static int mc_probe(struct platform_device *pdev)
21362136

21372137
card = &ctx->card;
21382138
card->dev = &pdev->dev;
2139-
card->name = "soundwire",
2140-
card->owner = THIS_MODULE,
2141-
card->late_probe = sof_sdw_card_late_probe,
2139+
card->name = "soundwire";
2140+
card->owner = THIS_MODULE;
2141+
card->late_probe = sof_sdw_card_late_probe;
21422142

21432143
snd_soc_card_set_drvdata(card, ctx);
21442144

0 commit comments

Comments
 (0)