Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293423
b: refs/heads/master
c: 1dd4c8e
h: refs/heads/master
i:
  293421: 52fb9d8
  293419: 7776d1f
  293415: 77b7185
  293407: f54cd5f
v: v3
  • Loading branch information
Mark Brown committed Feb 29, 2012
1 parent bee44bc commit 4d7d336
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b9e67e5ef3c14453e10f41468b6e601d37291a82
refs/heads/master: 1dd4c8e42aa08f21de3cdb4f7aa0841fbd7e3f58
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8996.c
Original file line number Diff line number Diff line change
Expand Up @@ -1719,8 +1719,8 @@ static bool wm8996_volatile_register(struct device *dev, unsigned int reg)
static int wm8996_reset(struct wm8996_priv *wm8996)
{
if (wm8996->pdata.ldo_ena > 0) {
gpio_set_value_cansleep(wm8996->pdata.ldo_ena, 1);
gpio_set_value_cansleep(wm8996->pdata.ldo_ena, 0);
gpio_set_value_cansleep(wm8996->pdata.ldo_ena, 1);
return 0;
} else {
return regmap_write(wm8996->regmap, WM8996_SOFTWARE_RESET,
Expand Down

0 comments on commit 4d7d336

Please sign in to comment.