Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310650
b: refs/heads/master
c: 6166317
h: refs/heads/master
v: v3
  • Loading branch information
Haojian Zhuang authored and Mark Brown committed Jun 5, 2012
1 parent ff49130 commit 9a70bc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b0e4d7bf8b5704904a5d138d81a8ec8b7145767f
refs/heads/master: 61663171bea0ccb499f0818234c5be7ea6c4c791
1 change: 1 addition & 0 deletions trunk/drivers/regulator/max8649.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ static int __devinit max8649_regulator_probe(struct i2c_client *client,
config.dev = &client->dev;
config.init_data = pdata->regulator;
config.driver_data = info;
config.regmap = info->regmap;

info->regulator = regulator_register(&dcdc_desc, &config);
if (IS_ERR(info->regulator)) {
Expand Down

0 comments on commit 9a70bc1

Please sign in to comment.