Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302097
b: refs/heads/master
c: 3f24f5a
h: refs/heads/master
i:
  302095: 1aca4ed
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Apr 16, 2012
1 parent e3efd2c commit e75c192
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: eba41a5e8c9473c24c333df288d4fd6a40e98464
refs/heads/master: 3f24f5ada638dd07705bd83ebcc80044d587f374
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ static void drms_uA_update(struct regulator_dev *rdev)
/* get input voltage */
input_uV = 0;
if (rdev->supply)
input_uV = _regulator_get_voltage(rdev);
input_uV = regulator_get_voltage(rdev->supply);
if (input_uV <= 0)
input_uV = rdev->constraints->input_uV;
if (input_uV <= 0)
Expand Down

0 comments on commit e75c192

Please sign in to comment.