Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282178
b: refs/heads/master
c: a5228d2
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Nov 28, 2011
1 parent d124160 commit b67895e
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: ae523fc5744e5fbe52e2fb790801ffcef51e4612
refs/heads/master: a5228d2e5ea02c90581d5957cb6c4c73c191298f
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/aat2870-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static int aat2870_ldo_set_voltage_sel(struct regulator_dev *rdev,
struct aat2870_data *aat2870 = dev_get_drvdata(ri->pdev->dev.parent);

return aat2870->update(aat2870, ri->voltage_addr, ri->voltage_mask,
(selector << ri->voltage_shift) & ri->voltage_mask);
selector << ri->voltage_shift);
}

static int aat2870_ldo_get_voltage_sel(struct regulator_dev *rdev)
Expand Down

0 comments on commit b67895e

Please sign in to comment.