Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342754
b: refs/heads/master
c: b1bc7b3
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Nov 27, 2012
1 parent 9e5f595 commit d2b1321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f110bfc7ac552f2518d38067e5facf53c24748ba
refs/heads/master: b1bc7b3c9c46d9966f22f05c7cdd9b3e67b13d55
4 changes: 3 additions & 1 deletion trunk/sound/soc/soc-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2100,7 +2100,9 @@ int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num)
if (platform->driver->pcm_new) {
ret = platform->driver->pcm_new(rtd);
if (ret < 0) {
dev_err(platform->dev, "ASoC: pcm constructor failed\n");
dev_err(platform->dev,
"ASoC: pcm constructor failed: %d\n",
ret);
return ret;
}
}
Expand Down

0 comments on commit d2b1321

Please sign in to comment.