Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186910
b: refs/heads/master
c: 7731074
h: refs/heads/master
v: v3
  • Loading branch information
Joonyoung Shim authored and Samuel Ortiz committed Mar 7, 2010
1 parent ca5be59 commit df1f1ba
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: e8343ddaccb322b1a2a989ac362cabd1e94597ad
refs/heads/master: 7731074ab21745cde00578148ce760df107eaf27
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/wm8994-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,14 +305,14 @@ static int wm8994_device_init(struct wm8994 *wm8994, unsigned long id, int irq)
wm8994->supplies);
if (ret != 0) {
dev_err(wm8994->dev, "Failed to get supplies: %d\n", ret);
goto err_get;
goto err_supplies;
}

ret = regulator_bulk_enable(ARRAY_SIZE(wm8994_main_supplies),
wm8994->supplies);
if (ret != 0) {
dev_err(wm8994->dev, "Failed to enable supplies: %d\n", ret);
goto err_supplies;
goto err_get;
}

ret = wm8994_reg_read(wm8994, WM8994_SOFTWARE_RESET);
Expand Down

0 comments on commit df1f1ba

Please sign in to comment.