Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270910
b: refs/heads/master
c: 5b13de7
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 21, 2011
1 parent 5ec6123 commit f1e6f14
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ff39dbe93543d5d4118fddf247db48431f984648
refs/heads/master: 5b13de7aa754eaa274fc9ab018191bcdcb21bc45
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/sgtl5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ static int ldo_regulator_register(struct snd_soc_codec *codec,
int voltage)
{
struct ldo_regulator *ldo;
struct sgtl5000_priv *sgtl5000 = snd_soc_codec_get_drvdata(codec);

ldo = kzalloc(sizeof(struct ldo_regulator), GFP_KERNEL);

Expand Down Expand Up @@ -840,6 +841,7 @@ static int ldo_regulator_register(struct snd_soc_codec *codec,

return ret;
}
sgtl5000->ldo = ldo;

return 0;
}
Expand Down

0 comments on commit f1e6f14

Please sign in to comment.