Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311255
b: refs/heads/master
c: 8386a00
h: refs/heads/master
i:
  311253: 2e5cb32
  311251: 74c600d
  311247: e55b8e6
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jun 20, 2012
1 parent 7c59bd2 commit 064e5d0
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: 6b57c0155cb78d15b0d93b2c7f66ad9536862476
refs/heads/master: 8386a00f1443f676e8b614f654e2e324fdc0b3b3
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/tps6524x-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ static int get_voltage_sel(struct regulator_dev *rdev)
info = &supply_info[rdev_get_id(rdev)];

if (info->flags & FIXED_VOLTAGE)
return info->fixed_voltage;
return 0;

ret = read_field(hw, &info->voltage);
if (ret < 0)
Expand Down

0 comments on commit 064e5d0

Please sign in to comment.