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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent be5db75 commit e52a73e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)