Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287648
b: refs/heads/master
c: 9fc886a
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Feb 10, 2012
1 parent aa22db5 commit ae35b63
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: 532691635475487b8c1d6fc618bd123084904897
refs/heads/master: 9fc886a1880766fb91cb27c2e96bd814cef640d6
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/max8649.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static int max8649_enable_time(struct regulator_dev *rdev)
if (ret != 0)
return ret;
val &= MAX8649_VOL_MASK;
voltage = max8649_list_voltage(rdev, (unsigned char)ret); /* uV */
voltage = max8649_list_voltage(rdev, (unsigned char)val); /* uV */

/* get rate */
ret = regmap_read(info->regmap, MAX8649_RAMP, &val);
Expand Down

0 comments on commit ae35b63

Please sign in to comment.