Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270593
b: refs/heads/master
c: 53daf20
h: refs/heads/master
i:
  270591: 70662e0
v: v3
  • Loading branch information
Mark Brown committed Sep 19, 2011
1 parent 10bb641 commit df7c062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0016226d03fa8d695fb7b933ea1810503d774820
refs/heads/master: 53daf20893b18000768aaa617a60b987fa39f875
4 changes: 2 additions & 2 deletions trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,8 +584,8 @@ static int dapm_new_mux(struct snd_soc_dapm_widget *w)
name + prefix_len, prefix);
ret = snd_ctl_add(card, kcontrol);
if (ret < 0) {
dev_err(dapm->dev,
"asoc: failed to add kcontrol %s\n", w->name);
dev_err(dapm->dev, "failed to add kcontrol %s: %d\n",
w->name, ret);
kfree(wlist);
return ret;
}
Expand Down

0 comments on commit df7c062

Please sign in to comment.