Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311085
b: refs/heads/master
c: db13340
h: refs/heads/master
i:
  311083: e0624c9
v: v3
  • Loading branch information
Mark Brown committed Jun 11, 2012
1 parent 34c8182 commit 458c5d7
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: 90ba6859ce914feff3632eeb7227b9f99c030ca9
refs/heads/master: db1334098392e1278a113e629a7ae58a7453f83f
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/wm8996.c
Original file line number Diff line number Diff line change
Expand Up @@ -3205,14 +3205,14 @@ static __devinit int wm8996_i2c_probe(struct i2c_client *i2c,
dev_info(&i2c->dev, "revision %c\n",
(reg & WM8996_CHIP_REV_MASK) + 'A');

regulator_bulk_disable(ARRAY_SIZE(wm8996->supplies), wm8996->supplies);

ret = wm8996_reset(wm8996);
if (ret < 0) {
dev_err(&i2c->dev, "Failed to issue reset\n");
goto err_regmap;
}

regulator_bulk_disable(ARRAY_SIZE(wm8996->supplies), wm8996->supplies);

wm8996_init_gpio(wm8996);

ret = snd_soc_register_codec(&i2c->dev,
Expand Down

0 comments on commit 458c5d7

Please sign in to comment.