Skip to content

Commit 2812dea

Browse files
committed
fixup! ASoC: macaudio: Tune DT parsing error messages
1 parent f8cddd8 commit 2812dea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/apple/macaudio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ static int macaudio_parse_of(struct macaudio_snd_data *ma)
504504
cpu = of_get_child_by_name(np, "cpu");
505505
if (!cpu) {
506506
ret = dev_err_probe(dev, -EINVAL,
507-
"missing CPU DAI node at %pOF\n", np);;
507+
"missing CPU DAI node at %pOF\n", np);
508508
goto err_free;
509509
}
510510

0 commit comments

Comments
 (0)