Commit ae168423 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'asoc/fix/core' into asoc-linus

parents fa8410b3 70fcad49
...@@ -1056,7 +1056,7 @@ static int soc_bind_dai_link(struct snd_soc_card *card, ...@@ -1056,7 +1056,7 @@ static int soc_bind_dai_link(struct snd_soc_card *card,
if (!rtd->platform) { if (!rtd->platform) {
dev_err(card->dev, "ASoC: platform %s not registered\n", dev_err(card->dev, "ASoC: platform %s not registered\n",
dai_link->platform_name); dai_link->platform_name);
return -EPROBE_DEFER; goto _err_defer;
} }
soc_add_pcm_runtime(card, rtd); soc_add_pcm_runtime(card, rtd);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment