Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210727
b: refs/heads/master
c: b9e5d11
h: refs/heads/master
i:
  210725: bfe2849
  210723: 2356e02
  210719: 996a30e
v: v3
  • Loading branch information
Axel Lin authored and Liam Girdwood committed Sep 1, 2010
1 parent 9a622c2 commit 76b151a
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: 58d463eec844f6381d63d04dc89d319ae3057ca9
refs/heads/master: b9e5d11a7e70000ace3ba92100bf1e81ff607604
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/isl6271a-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static int __devinit isl6271a_probe(struct i2c_client *i2c,
mutex_init(&pmic->mtx);

for (i = 0; i < 3; i++) {
pmic->rdev[i] = regulator_register(&isl_rd[0], &i2c->dev,
pmic->rdev[i] = regulator_register(&isl_rd[i], &i2c->dev,
init_data, pmic);
if (IS_ERR(pmic->rdev[i])) {
dev_err(&i2c->dev, "failed to register %s\n", id->name);
Expand Down

0 comments on commit 76b151a

Please sign in to comment.