Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d165609 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: core: Add debug message to find the platform name" into msm-4.14

parents ad88a13b 23f17c04
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1205,7 +1205,8 @@ static int soc_bind_dai_link(struct snd_soc_card *card,
	}
	if (!rtd->platform) {
		dev_err(card->dev, "ASoC: platform %s not registered\n",
			dai_link->platform_name);
			((platform_name) ? platform_name :
			  dai_link->platform_of_node->full_name));
		goto _err_defer;
	}