Skip to content

Commit

Permalink
ASoC: Silence platform not registered message
Browse files Browse the repository at this point in the history
This log spam on boot is killing dmesg. Silence it.

Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
  • Loading branch information
kerneltoast committed Jun 2, 2019
1 parent 0c177d1 commit 3c81d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ static int soc_bind_dai_link(struct snd_soc_card *card, int num)
rtd->platform = platform;
}
if (!rtd->platform) {
dev_err(card->dev, "ASoC: platform %s not registered\n",
dev_dbg(card->dev, "ASoC: platform %s not registered\n",
dai_link->platform_name);
return -EPROBE_DEFER;
}
Expand Down

0 comments on commit 3c81d09

Please sign in to comment.