Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292026
b: refs/heads/master
c: da7de6a
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Feb 6, 2012
1 parent 949e397 commit d4c3325
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: 0c3d0b20cf9cee1023b1a2e27cfd79db95b578b5
refs/heads/master: da7de6a161d280736f399a378e43ea9e6861bd04
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/max8649.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static int __devinit max8649_regulator_probe(struct i2c_client *client,
ret);
goto out;
}
dev_info(info->dev, "Detected MAX8649 (ID:%x)\n", ret);
dev_info(info->dev, "Detected MAX8649 (ID:%x)\n", val);

/* enable VID0 & VID1 */
regmap_update_bits(info->regmap, MAX8649_CONTROL, MAX8649_VID_MASK, 0);
Expand Down

0 comments on commit d4c3325

Please sign in to comment.