Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211261
b: refs/heads/master
c: e4a6376
h: refs/heads/master
i:
  211259: 7e195f7
v: v3
  • Loading branch information
Cyril Chemparathy authored and Liam Girdwood committed Oct 2, 2010
1 parent 015713d commit e01f4f7
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: ad7725cb43b8badb2fec2c2bfca07c067f2e19a7
refs/heads/master: e4a6376b3b2999d169b602a582a8819d95ff79bc
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ static void print_constraints(struct regulator_dev *rdev)
constraints->min_uA != constraints->max_uA) {
ret = _regulator_get_current_limit(rdev);
if (ret > 0)
count += sprintf(buf + count, "at %d uA ", ret / 1000);
count += sprintf(buf + count, "at %d mA ", ret / 1000);
}

if (constraints->valid_modes_mask & REGULATOR_MODE_FAST)
Expand Down

0 comments on commit e01f4f7

Please sign in to comment.