Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261866
b: refs/heads/master
c: f85dbda
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Jul 31, 2011
1 parent cc15f2b commit f7b40c0
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: 98ae1ccaf62d5006884e01159bf7a63174b0fc03
refs/heads/master: f85dbda076a11c18b396f8acfff929e53159e56d
4 changes: 2 additions & 2 deletions trunk/drivers/mfd/wm8994-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ static int wm8994_device_init(struct wm8994 *wm8994, int irq)
break;
default:
BUG();
return -EINVAL;
goto err;
}

wm8994->supplies = kzalloc(sizeof(struct regulator_bulk_data) *
Expand All @@ -431,7 +431,7 @@ static int wm8994_device_init(struct wm8994 *wm8994, int irq)
break;
default:
BUG();
return -EINVAL;
goto err;
}

ret = regulator_bulk_get(wm8994->dev, wm8994->num_supplies,
Expand Down

0 comments on commit f7b40c0

Please sign in to comment.