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

Commit f65c42f2 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"

parents ec2426a0 a1ee8b06
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1073,7 +1073,8 @@ 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);
			((platform_name) ? platform_name :
			  dai_link->platform_of_node->full_name));
		goto _err_defer;
		goto _err_defer;
	}
	}