We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1fe5d commit e80f238Copy full SHA for e80f238
sound/soc/soc-core.c
@@ -1445,8 +1445,8 @@ static int soc_probe_component(struct snd_soc_card *card,
1445
if (component->card) {
1446
if (component->card != card) {
1447
dev_err(component->dev,
1448
- "Trying to bind component to card \"%s\" but is already bound to card \"%s\"\n",
1449
- card->name, component->card->name);
+ "Trying to bind component \"%s\" to card \"%s\" but is already bound to card \"%s\"\n",
+ component->name, card->name, component->card->name);
1450
return -ENODEV;
1451
}
1452
return 0;
0 commit comments