Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210723
b: refs/heads/master
c: 938b459
h: refs/heads/master
i:
  210721: 980f906
  210719: 996a30e
v: v3
  • Loading branch information
Axel Lin authored and Liam Girdwood committed Sep 1, 2010
1 parent dd3399e commit 2356e02
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: 327531bada36e5786b13bb6918ad8afc545adfa2
refs/heads/master: 938b45927c240cf75a01ce29af3f173762e762f8
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/tps6586x-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static int tps6586x_dvm_set_voltage(struct regulator_dev *rdev,
if (ret)
return ret;

return tps6586x_set_bits(parent, ri->go_reg, ri->go_bit);
return tps6586x_set_bits(parent, ri->go_reg, 1 << ri->go_bit);
}

static int tps6586x_regulator_enable(struct regulator_dev *rdev)
Expand Down

0 comments on commit 2356e02

Please sign in to comment.