Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293436
b: refs/heads/master
c: fe4085e
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Mar 2, 2012
1 parent 87d0a31 commit 79d69a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 02db110351019eef2d6b10e08162dd370542e9fd
refs/heads/master: fe4085e84f17a57a533a210a626e0cc9ead381f9
4 changes: 4 additions & 0 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1645,6 +1645,10 @@ static int soc_probe(struct platform_device *pdev)
if (!card)
return -EINVAL;

dev_warn(&pdev->dev,
"ASoC machine %s should use snd_soc_register_card()\n",
card->name);

/* Bodge while we unpick instantiation */
card->dev = &pdev->dev;

Expand Down

0 comments on commit 79d69a7

Please sign in to comment.